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
-
LatencyException
- Implements
- Inherited Members
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
StringThe message that describes the error.
LatencyException(String, Exception)
Initializes a new instance of the LatencyException class.
public LatencyException(string message, Exception innerException)