次の方法で共有


AzureStorageErrorInfo コンストラクター

定義

オーバーロード

AzureStorageErrorInfo()

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

AzureStorageErrorInfo(Nullable<Int32>, String, IList<String>)

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

AzureStorageErrorInfo()

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

public AzureStorageErrorInfo ();
Public Sub New ()

適用対象

AzureStorageErrorInfo(Nullable<Int32>, String, IList<String>)

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

public AzureStorageErrorInfo (int? errorCode = default, string errorString = default, System.Collections.Generic.IList<string> recommendations = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageErrorInfo : Nullable<int> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageErrorInfo
Public Sub New (Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorString As String = Nothing, Optional recommendations As IList(Of String) = Nothing)

パラメーター

errorCode
Nullable<Int32>

エラー コード。

errorString
String

ローカライズされたエラー文字列。

recommendations
IList<String>

上記のエラー コードに関するローカライズされた推奨事項の一覧。

適用対象