Class ConnectionException
Thrown when failing to connect to an IEndpoint. Most likely caused by a network or configuration issue rather than by application code or user activity.
public sealed class ConnectionException : RPCException, ISerializable
- Inheritance
-
ConnectionException
- Implements
- Inherited Members
Constructors
ConnectionException(string)
Thrown when failing to connect to an IEndpoint. Most likely caused by a network or configuration issue rather than by application code or user activity.
public ConnectionException(string message)
Parameters
messagestring