ConnectionFailedException Constructor
Initializes a new instance of the ConnectionFailedException class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.public
Assembly: ProviderFramework (in ProviderFramework.dll)
Overload List
Name | Description | |
---|---|---|
ConnectionFailedException() | Initializes a new instance of the ConnectionFailedException class. |
|
ConnectionFailedException(SerializationInfo, StreamingContext) | Initializes a new instance of the ConnectionFailedException class with the specified serialization data. |
|
ConnectionFailedException(String) | Initializes a new instance of the ConnectionFailedException class with the specified message. |
|
ConnectionFailedException(String, Exception) | Initializes a new instance of the ConnectionFailedException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
ConnectionFailedException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.public Namespace
Return to top