OperationFailureException Members
Include Protected Members
Include Inherited Members
Defines the exception to be thrown, when an operation fails. The FailureReason property indicates the cause of operation failure.
The OperationFailureException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OperationFailureException() | Initializes a new instance of the class. | |
OperationFailureException(String) | Initializes a new instance of the class. | |
OperationFailureException(SerializationInfo, StreamingContext) | Initializes a new instance of the class from serialized data. | |
OperationFailureException(String, Exception) | Initializes a new instance of the class. | |
OperationFailureException(String, Exception, OperationFailureReason) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
DetectionStackTrace | Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown. (inherited from RealTimeException) | |
FailureReason | Gets the reason for the failure. | |
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 | Returns the string representation of the exception, which also includes the FailureReason property. (Overrides RealTimeException.ToString().) |
Top