次の方法で共有


CloudErrorBody コンストラクター

定義

オーバーロード

CloudErrorBody()

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

CloudErrorBody(String, IList<CloudErrorBody>, String, String)

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

CloudErrorBody()

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

public CloudErrorBody();
Public Sub New ()

適用対象

CloudErrorBody(String, IList<CloudErrorBody>, String, String)

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

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

パラメーター

code
String

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

details
IList<CloudErrorBody>

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

message
String

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

target
String

特定のエラーのターゲット。 たとえば、エラーが発生したプロパティの名前です。

適用対象