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)

public:
property Exception^ FailureException {
	Exception^ get ();
}

Property Value

Type: System::Exception
The exception that indicates the cause of the failure.
Show: