Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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