ConnectionException Constructor
ConnectionException()
Initializes a new instance of the Connection
Declaration
public ConnectionException()
ConnectionException(string)
Initializes a new instance of the Connection
Declaration
public ConnectionException(string message)
Parameters
string | message | The message that describes the error. |
ConnectionException(Exception)
Initializes a new instance of the Connection
Declaration
public ConnectionException(Exception innerException)
Parameters
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
ConnectionException(string, Exception)
Initializes a new instance of the Connection
Declaration
public ConnectionException(string message, Exception innerException)