 | IgnitionUserInputException Class |
Represents an error caused by invalid user input
Inheritance HierarchySystemObject
SystemException
Ignition.FrameworkIgnitionUserInputException
Namespace: Ignition.FrameworkAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[SerializableAttribute]
public class IgnitionUserInputException : Exception
<SerializableAttribute>
Public Class IgnitionUserInputException
Inherits Exception
[SerializableAttribute]
public ref class IgnitionUserInputException : public Exception
[<SerializableAttribute>]
type IgnitionUserInputException =
class
inherit Exception
endThe IgnitionUserInputException type exposes the following members.
Constructors
RemarksThis exception is for cases where we are unable to do normal user input validation and may only find out late in the process.
For example, if a user tries to checkout with an invalid CVV code, we don't know it's invalid until PayPal returns an error.
See Also