Share via


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
Public method RecoverableErrorData(Exception) Initializes a new instance of the RecoverableErrorData class that contains the specified exception that caused the error.
Public method RecoverableErrorData(Int32) Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error.
Public method 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.
Public method 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

See Also

Reference

RecoverableErrorData Class

Microsoft.Synchronization Namespace