MabErrorInfo 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
MabErrorInfo() |
Initializes a new instance of the MabErrorInfo class. |
MabErrorInfo(String, IList<String>) |
Initializes a new instance of the MabErrorInfo class. |
MabErrorInfo()
Initializes a new instance of the MabErrorInfo class.
public MabErrorInfo ();
Public Sub New ()
Applies to
MabErrorInfo(String, IList<String>)
Initializes a new instance of the MabErrorInfo class.
public MabErrorInfo (string errorString = default, System.Collections.Generic.IList<string> recommendations = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabErrorInfo : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabErrorInfo
Public Sub New (Optional errorString As String = Nothing, Optional recommendations As IList(Of String) = Nothing)
Parameters
- errorString
- String
Localized error string.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET