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.
Gets the description of the error.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorDescription As String
'Usage
Dim instance As RecoverableErrorData
Dim value As String
value = instance.ErrorDescription
public string ErrorDescription { get; }
public:
property String^ ErrorDescription {
String^ get ();
}
/** @property */
public String get_ErrorDescription ()
public function get ErrorDescription () : String
Property Value
The description of the error.
See Also
Reference
RecoverableErrorData Class
RecoverableErrorData Members
Microsoft.Synchronization Namespace