IgnitionUserInputException Class

Represents an error caused by invalid user input

Definition

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[SerializableAttribute]
public class IgnitionUserInputException : Exception
Inheritance
Object    Exception    IgnitionUserInputException

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.

Constructors

IgnitionUserInputExceptionInitializes a new instance of the IgnitionUserInputException class
IgnitionUserInputException(String)Initializes a new instance of the IgnitionUserInputException class
IgnitionUserInputException(String, Exception)Initializes a new instance of the IgnitionUserInputException class

See Also