Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the errors that occur during operation calls to the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderException
Syntax
[SerializableAttribute]
public class ProviderException : Exception
[SerializableAttribute]
public ref class ProviderException : Exception
<SerializableAttribute>
Public Class ProviderException
Inherits Exception
Constructors
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. |
Properties
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. |
Methods
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.) |
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top