你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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