Table of Contents

Class ConnectionException

Namespace
Coherence.Connection
Assembly
Coherence.Common.dll
public class ConnectionException : Exception
Inheritance
ConnectionException
Derived

Constructors

ConnectionException(string)

public ConnectionException(string message)

Parameters

message string

ConnectionException(string, Exception)

public ConnectionException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

Message

public override string Message { get; }

Property Value

string