ApiError コンストラクター

定義

オーバーロード

ApiError()

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

ApiError(IList<ApiErrorBase>, InnerError, String, String, String)

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

ApiError()

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

public ApiError ();
Public Sub New ()

適用対象

ApiError(IList<ApiErrorBase>, InnerError, String, String, String)

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

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

パラメーター

details
IList<ApiErrorBase>

Api エラーの詳細

innererror
InnerError

Api の内部エラー

code
String

エラー コード。

target
String

特定のエラーのターゲット。

message
String

エラー メッセージ。

適用対象