ServiceError コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
エラーの詳細の一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET