ProviderNotAvailableException Constructor
Initializes a new instance of the ProviderNotAvailableException class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Overload List
Name | Description | |
---|---|---|
ProviderNotAvailableException() | Initializes a new instance of the ProviderNotAvailableException class. |
|
ProviderNotAvailableException(SerializationInfo, StreamingContext) | Initializes a new instance of the ProviderNotAvailableException class with the specified serialized data. |
|
ProviderNotAvailableException(String) | Initializes a new instance of the ProviderNotAvailableException class with the specified message. |
|
ProviderNotAvailableException(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. |
See Also
ProviderNotAvailableException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top