CSMJobErrorInfo 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
CSMJobErrorInfo() |
Initializes a new instance of the CSMJobErrorInfo class. |
CSMJobErrorInfo(Int32) |
Initializes a new instance of the CSMJobErrorInfo class with required arguments. |
CSMJobErrorInfo()
Initializes a new instance of the CSMJobErrorInfo class.
public CSMJobErrorInfo();
Public Sub New ()
Applies to
CSMJobErrorInfo(Int32)
Initializes a new instance of the CSMJobErrorInfo class with required arguments.
public CSMJobErrorInfo(int errorCode);
new Microsoft.Azure.Management.BackupServices.Models.CSMJobErrorInfo : int -> Microsoft.Azure.Management.BackupServices.Models.CSMJobErrorInfo
Public Sub New (errorCode As Integer)
Parameters
- errorCode
- Int32