ProviderException Constructor
Initializes a new instance of the ProviderException class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Overload List
Name | Description | |
---|---|---|
ProviderException() | Initializes a new instance of the ProviderException class. |
|
ProviderException(Int32) | Initializes a new instance of the ProviderException class with the specified error code. |
|
ProviderException(Int32, String) | Initializes a new instance of the ProviderException class with the specified error code and message text. |
|
ProviderException(Int32, String, Exception) | Initializes a new instance of the ProviderException class with the specified error code, message text, and exception. |
|
ProviderException(SerializationInfo, StreamingContext) | Initializes a new instance of the ProviderException class with the specified serialized data. |
|
ProviderException(String) | Initializes a new instance of the ProviderException class with the specified message text. |
|
ProviderException(String, Exception) | Initializes a new instance of the ProviderException class with the specified message text and exception. |
|
ProviderException(UInt32) | Initializes a new instance of the ProviderException class with the specified error code. |
|
ProviderException(UInt32, String) | Initializes a new instance of the ProviderException class with the specified error code and message text. |
|
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