RecoverableErrorData Class

Represents information about a recoverable error. This class cannot be inherited.

System.Object
  Microsoft.Synchronization.RecoverableErrorData

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public NotInheritable Class RecoverableErrorData
'Usage
Dim instance As RecoverableErrorData

The RecoverableErrorData type exposes the following members.

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

  NameDescription
Public propertyErrorDescriptionGets the description of the error.
Public propertyHResultGets the HRESULT that is associated with the error. An HRESULT is a coded numerical value that is assigned to a specific exception.
Public propertyItemDisplayNameGets the display name of the item that caused the error.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

A recoverable error is set by a provider when it cannot load or save item data in its item store.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: