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

ApiError 构造函数

定义

重载

ApiError()

初始化 ApiError 类的新实例。

ApiError(IList<ApiErrorBase>, InnerError, String, String, String)

初始化 ApiError 类的新实例。

ApiError()

初始化 ApiError 类的新实例。

public ApiError ();
Public Sub New ()

适用于

ApiError(IList<ApiErrorBase>, InnerError, String, String, String)

初始化 ApiError 类的新实例。

public ApiError (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ApiErrorBase> details = default, Microsoft.Azure.Management.Compute.Models.InnerError innererror = default, string code = default, string target = default, string message = default);
new Microsoft.Azure.Management.Compute.Models.ApiError : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ApiErrorBase> * Microsoft.Azure.Management.Compute.Models.InnerError * string * string * string -> Microsoft.Azure.Management.Compute.Models.ApiError
Public Sub New (Optional details As IList(Of ApiErrorBase) = Nothing, Optional innererror As InnerError = Nothing, Optional code As String = Nothing, Optional target As String = Nothing, Optional message As String = Nothing)

参数

details
IList<ApiErrorBase>

Api 错误详细信息

innererror
InnerError

Api 内部错误

code
String

错误代码。

target
String

特定错误的目标。

message
String

错误消息。

适用于