RegisterException Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
RegisterException() | Initializes a new instance of the class. | |
RegisterException(String) | Initializes a new instance of the class with a specified error message. | |
RegisterException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
RegisterException(String, RegistrationTransitionReason) | Initializes a new instance of the class with a specified error message. | |
RegisterException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top