ProviderException Class
Represents the errors that occur during operation calls to the provider.
Assembly: ProviderFramework (in ProviderFramework.dll)
System::Exception
Microsoft.WindowsServerSolutions.Common.ProviderFramework::ProviderException
| 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. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | Gets the error code number. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
![]() | UErrorCode | Gets the error code number. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



