BatchAIError コンストラクター

定義

オーバーロード

BatchAIError()

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

BatchAIError(String, String, IList<NameValuePair>)

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

BatchAIError()

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

public BatchAIError ();
Public Sub New ()

適用対象

BatchAIError(String, String, IList<NameValuePair>)

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

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

パラメーター

code
String

エラーの識別子。 コードは不変であり、プログラムによって使用されることを意図しています。

message
String

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

details
IList<NameValuePair>

エラーに関する追加の詳細の一覧。

適用対象