OperationTimeoutException Members
Defines the exception thrown when an operation times out.
The OperationTimeoutException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OperationTimeoutException()()()() | Initializes a new instance of the class. | |
OperationTimeoutException(String) | Initializes a new instance of the class. | |
OperationTimeoutException(SerializationInfo, StreamingContext) | Initializes a new instance of the class. | |
OperationTimeoutException(String, Exception) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DetectionStackTrace | Gets a string representation of the call stack at the time of the current exception. (Inherited from RealTimeException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a [SerializationInfo] with the data needed to serialize the object. (Overrides RealTimeException..::..GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from RealTimeException.) |
Top