AzureWorkloadErrorInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureWorkloadErrorInfo() |
Initializes a new instance of the AzureWorkloadErrorInfo class. |
AzureWorkloadErrorInfo(Nullable<Int32>, String, String, IList<String>, String) |
Initializes a new instance of the AzureWorkloadErrorInfo class. |
AzureWorkloadErrorInfo()
Initializes a new instance of the AzureWorkloadErrorInfo class.
public AzureWorkloadErrorInfo ();
Public Sub New ()
Applies to
AzureWorkloadErrorInfo(Nullable<Int32>, String, String, IList<String>, String)
Initializes a new instance of the AzureWorkloadErrorInfo class.
public AzureWorkloadErrorInfo (int? errorCode = default, string errorString = default, string errorTitle = default, System.Collections.Generic.IList<string> recommendations = default, string additionalDetails = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadErrorInfo : Nullable<int> * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadErrorInfo
Public Sub New (Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorString As String = Nothing, Optional errorTitle As String = Nothing, Optional recommendations As IList(Of String) = Nothing, Optional additionalDetails As String = Nothing)
Parameters
- errorString
- String
Localized error string.
- errorTitle
- String
Title: Typically, the entity that the error pertains to.
- additionalDetails
- String
Additional details for above error code.