ConnectionFailedException Constructor (String)
Initializes a new instance of the ConnectionFailedException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.public
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ConnectionFailedException(
string message
)
public:
ConnectionFailedException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
See Also
ConnectionFailedException Overload
ConnectionFailedException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.public Namespace
Return to top