次の方法で共有


ExceptionResponse コンストラクター

定義

オーバーロード

ExceptionResponse()

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

ExceptionResponse(ServiceError)

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

ExceptionResponse()

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

public ExceptionResponse ();
Public Sub New ()

適用対象

ExceptionResponse(ServiceError)

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

public ExceptionResponse (Microsoft.Azure.Management.Reservations.Models.ServiceError error = default);
new Microsoft.Azure.Management.Reservations.Models.ExceptionResponse : Microsoft.Azure.Management.Reservations.Models.ServiceError -> Microsoft.Azure.Management.Reservations.Models.ExceptionResponse
Public Sub New (Optional error As ServiceError = Nothing)

パラメーター

error
ServiceError

API エラーの詳細。

適用対象