次の方法で共有


ErrorResponse コンストラクター

定義

オーバーロード

ErrorResponse()

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

ErrorResponse(String, String)

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

ErrorResponse()

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

public ErrorResponse ();
Public Sub New ()

適用対象

ErrorResponse(String, String)

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

public ErrorResponse (string code = default, string message = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ErrorResponse : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ErrorResponse
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

パラメーター

code
String

エラー コード。

message
String

操作が失敗した理由を示すエラー メッセージ。

適用対象