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 exception that caused the error, the display name of the item that caused the error, and a description of the error.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
exception As Exception, _
itemDisplayName As String, _
errorDescription As String _
)
'Usage
Dim exception As Exception
Dim itemDisplayName As String
Dim errorDescription As String
Dim instance As New RecoverableErrorData(exception, itemDisplayName, errorDescription)
public RecoverableErrorData (
Exception exception,
string itemDisplayName,
string errorDescription
)
public:
RecoverableErrorData (
Exception^ exception,
String^ itemDisplayName,
String^ errorDescription
)
public RecoverableErrorData (
Exception exception,
String itemDisplayName,
String errorDescription
)
public function RecoverableErrorData (
exception : Exception,
itemDisplayName : String,
errorDescription : String
)
Parameters
- exception
The exception that caused the error.
- itemDisplayName
The display name of the item that caused the error.
- errorDescription
The description of the error.
See Also
Reference
RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace