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

ErrorInfo 构造函数

定义

重载

ErrorInfo()

初始化 ErrorInfo 类的新实例。

ErrorInfo(String, String, IList<ErrorDetail>, ErrorInfo, Object)

初始化 ErrorInfo 类的新实例。

ErrorInfo()

Source:
ErrorInfo.cs

初始化 ErrorInfo 类的新实例。

public ErrorInfo ();
Public Sub New ()

适用于

ErrorInfo(String, String, IList<ErrorDetail>, ErrorInfo, Object)

Source:
ErrorInfo.cs

初始化 ErrorInfo 类的新实例。

public ErrorInfo (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.ErrorDetail> details = default, Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo innererror = default, object additionalProperties = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo : string * string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.ErrorDetail> * Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo * obj -> Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo
Public Sub New (code As String, message As String, Optional details As IList(Of ErrorDetail) = Nothing, Optional innererror As ErrorInfo = Nothing, Optional additionalProperties As Object = Nothing)

参数

code
String

计算机可读错误代码。

message
String

人工可读错误消息。

details
IList<ErrorDetail>

错误详细信息。

innererror
ErrorInfo

内部错误详细信息(如果存在)。

additionalProperties
Object

适用于