Dela via


DbConnectionFailureEventArgs.FailureException Property

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.

See Also

Reference

DbConnectionFailureEventArgs Class

Microsoft.Synchronization.Data Namespace