Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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