Delen via


ProviderError Class

Definition

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.

Applies to