Table of Contents

Class LatencyException

Namespace
Cuemon.Resilience
Assembly
Cuemon.Resilience.dll

The exception that is thrown when a latency related operation was taking to long to complete.

public class LatencyException : Exception, ISerializable
Inheritance
Object
Exception
LatencyException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState

Constructors

LatencyException()

Initializes a new instance of the LatencyException class.

public LatencyException()

LatencyException(String)

Initializes a new instance of the LatencyException class.

public LatencyException(string message)

Parameters

message String

The message that describes the error.

LatencyException(String, Exception)

Initializes a new instance of the LatencyException class.

public LatencyException(string message, Exception innerException)

Parameters

message String

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.