ProviderError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class contains the error details per object.
public class ProviderError
type ProviderError = class
Public Class ProviderError
- Inheritance
-
ProviderError
Constructors
ProviderError() |
Initializes a new instance of the ProviderError class. |
ProviderError(Nullable<Int32>, String, String, String, String) |
Initializes a new instance of the ProviderError class. |
Properties
ErrorCode |
Gets or sets the Error code. |
ErrorId |
Gets or sets the Provider error Id. |
ErrorMessage |
Gets or sets the Error message. |
PossibleCauses |
Gets or sets the possible causes for the error. |
RecommendedAction |
Gets or sets the recommended action to resolve the error. |