閱讀英文

共用方式為


ErrorResponseError 建構函式

定義

多載

ErrorResponseError()

初始化 ErrorResponseError 類別的新實例。

ErrorResponseError(String, String, String, IList<ErrorResponse>, IList<ErrorAdditionalInfo>)

初始化 ErrorResponseError 類別的新實例。

ErrorResponseError()

初始化 ErrorResponseError 類別的新實例。

public ErrorResponseError ();

適用於

Azure SDK for .NET Legacy
產品 版本
Azure SDK for .NET Legacy

ErrorResponseError(String, String, String, IList<ErrorResponse>, IList<ErrorAdditionalInfo>)

初始化 ErrorResponseError 類別的新實例。

public ErrorResponseError (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AzureStackHCI.Models.ErrorResponse> details = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AzureStackHCI.Models.ErrorAdditionalInfo> additionalInfo = default);

參數

code
String

錯誤碼。

message
String

錯誤訊息。

target
String

錯誤目標。

details
IList<ErrorResponse>

錯誤詳細資料。

additionalInfo
IList<ErrorAdditionalInfo>

錯誤其他資訊。

適用於

Azure SDK for .NET Legacy
產品 版本
Azure SDK for .NET Legacy