次の方法で共有


ServiceError コンストラクター

定義

オーバーロード

ServiceError()

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

ServiceError(String, String, IList<ServiceErrorDetail>)

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

ServiceError()

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

public ServiceError ();
Public Sub New ()

適用対象

ServiceError(String, String, IList<ServiceErrorDetail>)

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

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

パラメーター

code
String

エラー コード。

message
String

エラー メッセージ。

details
IList<ServiceErrorDetail>

エラーの詳細の一覧。

適用対象