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