ConnectionFailedEventArgs.Exception Property
Gets the exception that is associated to the event.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public Exception Exception { get; private set; }
public:
property Exception^ Exception {
Exception^ get();
private: void set(Exception^ value);
}
Public Property Exception As Exception
Get
Private Set
End Property
Property Value
Type: System.Exception
An instance of Exception.
See Also
ConnectionFailedEventArgs Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top