Click or drag to resize

IgnitionUserInputException Class

Represents an error caused by invalid user input
Inheritance Hierarchy
SystemObject
  SystemException
    Ignition.FrameworkIgnitionUserInputException

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[SerializableAttribute]
public class IgnitionUserInputException : Exception

The IgnitionUserInputException type exposes the following members.

Constructors
 NameDescription
Public methodIgnitionUserInputExceptionInitializes a new instance of the IgnitionUserInputException class
Public methodIgnitionUserInputException(String)Initializes a new instance of the IgnitionUserInputException class
Public methodIgnitionUserInputException(String, Exception)Initializes a new instance of the IgnitionUserInputException class
Top
Remarks
This 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