Partager via


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
System_CAPS_pubmethod ConnectionFailedException()

Initializes a new instance of the ConnectionFailedException class.

System_CAPS_protmethod ConnectionFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the ConnectionFailedException class with the specified serialization data.

System_CAPS_pubmethod ConnectionFailedException(String)

Initializes a new instance of the ConnectionFailedException class with the specified message.

System_CAPS_pubmethod 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