次の方法で共有


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>

要求時刻

適用対象