Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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