DataConnectionException Constructor

Overload List
 NameDescription
Public methodDataConnectionException Initializes a new instance of the DataConnectionException class.
Public methodDataConnectionException(Exception) Initializes a new instance of the DataConnectionException class.
Public methodDataConnectionException(String) Initializes a new instance of the DataConnectionException class with a specified error message.
Public methodDataConnectionException(String, Exception) Initializes a new instance of the DataConnectionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also