ConnectionFailedEventArgs Constructor (Exception)
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.ExceptionThe exception that is thrown.
See Also
ConnectionFailedEventArgs Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top