Table of Contents

Class ConnectionException

Namespace
The.RPC
Assembly
Instagile.dll

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

message string