Compartilhar via


ProviderException Constructor

 

Initializes a new instance of the ProviderException class.

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

Overload List

Name Description
System_CAPS_pubmethod ProviderException()

Initializes a new instance of the ProviderException class.

System_CAPS_pubmethod ProviderException(Int32)

Initializes a new instance of the ProviderException class with the specified error code.

System_CAPS_pubmethod ProviderException(Int32, String)

Initializes a new instance of the ProviderException class with the specified error code and message text.

System_CAPS_pubmethod ProviderException(Int32, String, Exception)

Initializes a new instance of the ProviderException class with the specified error code, message text, and exception.

System_CAPS_protmethod ProviderException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod ProviderException(String)

Initializes a new instance of the ProviderException class with the specified message text.

System_CAPS_pubmethod ProviderException(String, Exception)

Initializes a new instance of the ProviderException class with the specified message text and exception.

System_CAPS_pubmethod ProviderException(UInt32)

Initializes a new instance of the ProviderException class with the specified error code.

System_CAPS_pubmethod ProviderException(UInt32, String)

Initializes a new instance of the ProviderException class with the specified error code and message text.

System_CAPS_pubmethod ProviderException(UInt32, String, Exception)

Initializes a new instance of the ProviderException class with the specified error code, message text, and exception.

See Also

ProviderException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top