IdcrlException constructor
Initializes a new instance of the IdcrlException object.
Overload list
Name | Description | |
---|---|---|
IdcrlException() | Initializes a new instance of the IdcrlException object. | |
IdcrlException(String) | Initializes a new instance of the IdcrlException object with the specified error message. | |
IdcrlException(String, Exception) | Initializes a new instance of an IdcrlException with the specified error message and inner exception. | |
IdcrlException(String, Int32) | Initializes a new instance of the IdcrlException with the specified message and the referenced error code. |
Top