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

InnerError 构造函数

定义

重载

InnerError()

初始化 InnerError 类的新实例。

InnerError(String, Nullable<DateTime>)

初始化 InnerError 类的新实例。

InnerError()

初始化 InnerError 类的新实例。

public InnerError ();
Public Sub New ()

适用于

InnerError(String, Nullable<DateTime>)

初始化 InnerError 类的新实例。

public InnerError (string diagnosticcontext = default, DateTime? time = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.InnerError : string * Nullable<DateTime> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.InnerError
Public Sub New (Optional diagnosticcontext As String = Nothing, Optional time As Nullable(Of DateTime) = Nothing)

参数

diagnosticcontext
String

为请求提供关联

time
Nullable<DateTime>

请求时间

适用于