RecoverableErrorData Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the RecoverableErrorData class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RecoverableErrorData(Exception) | Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error. | |
RecoverableErrorData(Int32) | Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error. | |
RecoverableErrorData(Exception, String, String) | Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error, the display name of the item that caused the error, and a description of the error. | |
RecoverableErrorData(Int32, String, String) | Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error, the display name of the item that caused the error, and a description of the error. |
Top