Share via


RecoverableErrorData Constructor (Int32)

Initializes a new instance of the RecoverableErrorData class that contains the specified HRESULT that is associated with the error.

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

Syntax

'Declaration
Public Sub New ( _
    hresult As Integer _
)
'Usage
Dim hresult As Integer

Dim instance As New RecoverableErrorData(hresult)
public RecoverableErrorData (
    int hresult
)
public:
RecoverableErrorData (
    int hresult
)
public RecoverableErrorData (
    int hresult
)
public function RecoverableErrorData (
    hresult : int
)

Parameters

  • hresult
    The HRESULT that is associated with the error.

See Also

Reference

RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace