Class ConnectionException
Exception related to IConnection
public class ConnectionException : Exception, ISerializable
- Inheritance
-
ConnectionException
- Implements
- Inherited Members
Constructors
ConnectionException(string)
Create a ConnectionException with the specified message.
public ConnectionException(string message)
Parameters
message
string
ConnectionException(string, Exception)
Create a ConnectionException with the specified message and inner Exception.
public ConnectionException(string message, Exception innerException)