Share via


ProviderNotAvailableException Constructor

 

Initializes a new instance of the ProviderNotAvailableException class.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Overload List

Name Description
System_CAPS_pubmethod ProviderNotAvailableException()

Initializes a new instance of the ProviderNotAvailableException class.

System_CAPS_protmethod ProviderNotAvailableException(SerializationInfo, StreamingContext)

Initializes a new instance of the ProviderNotAvailableException class with the specified serialized data.

System_CAPS_pubmethod ProviderNotAvailableException(String)

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

System_CAPS_pubmethod 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