Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the description of the error.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorDescription As String
Get
'Usage
Dim instance As RecoverableErrorData
Dim value As String
value = instance.ErrorDescription
public string ErrorDescription { get; }
public:
property String^ ErrorDescription {
String^ get ();
}
member ErrorDescription : string
function get ErrorDescription () : String
Property Value
Type: System.String
The description of the error.