Class LatencyException
The exception that is thrown when a latency related operation was taking to long to complete.
Inheritance
System.Object
System.Exception
LatencyException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class LatencyException : Exception
Constructors
| Improve this DocLatencyException()
Initializes a new instance of the LatencyException class.
Declaration
public LatencyException()
LatencyException(String)
Initializes a new instance of the LatencyException class.
Declaration
public LatencyException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
LatencyException(String, Exception)
Initializes a new instance of the LatencyException class.
Declaration
public LatencyException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
System.Exception | innerException | 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. |