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 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.