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.
Initializes a new instance of the ConnectionFailedEventArgs class with the specified exception.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
public ConnectionFailedEventArgs(
    Exception e
)
public:
ConnectionFailedEventArgs(
    Exception^ e
)
Public Sub New (
    e As Exception
)
Parameters
- e 
 Type: System.Exception- The exception that is thrown. 
See Also
ConnectionFailedEventArgs Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top