PinFailureException Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
PinFailureException() | Creates a new instance of the PinFailureException class. | |
PinFailureException(String) | Creates a new instance of the PinFailureException class with a specified error message. | |
PinFailureException(SerializationInfo, StreamingContext) | Creates a new instance of the PinFailureException class with serialized data. | |
PinFailureException(String, Exception) | Creates a new instance of the PinFailureException class with a message and inner exception. |
Top