ADException constructor
Initializes a new instance of the ADException class.
Overload list
Name | Description | |
---|---|---|
ADException(String) | Initializes a new instance of the ADException class that uses the specified error message. | |
ADException(SerializationInfo, StreamingContext) | Initializes a new instance of the ADException class from a serialized version of the exception and contextual data. | |
ADException(String, Exception) | Initializes a new instance of the ADException class that uses the specified error message and inner exception. |
Top