Table of Contents

Class ConnectionTimeoutException

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

Constructors

ConnectionTimeoutException(TimeSpan)

public ConnectionTimeoutException(TimeSpan after)

Parameters

after TimeSpan

ConnectionTimeoutException(TimeSpan, string)

public ConnectionTimeoutException(TimeSpan after, string message)

Parameters

after TimeSpan
message string

ConnectionTimeoutException(TimeSpan, string, Exception)

public ConnectionTimeoutException(TimeSpan after, string message, Exception innerException)

Parameters

after TimeSpan
message string
innerException Exception

Properties

After

public TimeSpan After { get; }

Property Value

TimeSpan

Message

public override string Message { get; }

Property Value

string