次の方法で共有


DefaultErrorResponseError コンストラクター

定義

オーバーロード

DefaultErrorResponseError()

DefaultErrorResponseError クラスの新しいインスタンスを初期化します。

DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)

DefaultErrorResponseError クラスの新しいインスタンスを初期化します。

DefaultErrorResponseError()

DefaultErrorResponseError クラスの新しいインスタンスを初期化します。

public DefaultErrorResponseError ();
Public Sub New ()

適用対象

DefaultErrorResponseError(String, String, String, IList<DefaultErrorResponseErrorDetailsItem>, String)

DefaultErrorResponseError クラスの新しいインスタンスを初期化します。

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

パラメーター

code
String

プログラムによってエラーを識別するための標準化された文字列。

message
String

エラーの詳細な説明とデバッグ情報。

target
String

エラーの詳細な説明とデバッグ情報。

innererror
String

デバッグ エラーの詳細。

適用対象