Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the exception that indicates the cause of the failure.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property FailureException As Exception
Get
'Usage
Dim instance As DbConnectionFailureEventArgs
Dim value As Exception
value = instance.FailureException
public Exception FailureException { get; }
public:
property Exception^ FailureException {
Exception^ get ();
}
member FailureException : Exception
function get FailureException () : Exception
Property Value
Type: System.Exception
The exception that indicates the cause of the failure.