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