Udostępnij za pośrednictwem


RecoverableErrorData.ErrorDescription Property

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