EqtException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EqtException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EqtException() | Initializes a new instance of the EqtException class. | |
EqtException(String) | Initializes a new instance of the EqtException class by using the provided message. | |
EqtException(SerializationInfo, StreamingContext) | Initializes a new instance of the EqtException class to propagate the exception from the server to the client by using provided information and context. | |
EqtException(String, Exception) | Initializes a new instance of the EqtException class by using the provided message and the inner exception. |
Top