次の方法で共有


Error コンストラクター

定義

オーバーロード

Error()

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

Error(String, String, IList<ErrorDetails>)

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

Error()

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

public Error ();
Public Sub New ()

適用対象

Error(String, String, IList<ErrorDetails>)

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

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

パラメーター

code
String

特定のエラーを識別するエラー コード。

message
String

人間が判読できるエラー メッセージ。

details
IList<ErrorDetails>

エラーの詳細

適用対象