MaintenanceErrorException 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
MaintenanceErrorException() |
Initializes a new instance of the MaintenanceErrorException class. |
MaintenanceErrorException(String) |
Initializes a new instance of the MaintenanceErrorException class. |
MaintenanceErrorException(String, Exception) |
Initializes a new instance of the MaintenanceErrorException class. |
MaintenanceErrorException()
Initializes a new instance of the MaintenanceErrorException class.
public MaintenanceErrorException ();
Public Sub New ()
Applies to
MaintenanceErrorException(String)
Initializes a new instance of the MaintenanceErrorException class.
public MaintenanceErrorException (string message);
new Microsoft.Azure.Management.Maintenance.Models.MaintenanceErrorException : string -> Microsoft.Azure.Management.Maintenance.Models.MaintenanceErrorException
Public Sub New (message As String)
Parameters
- message
- String
The exception message.
Applies to
MaintenanceErrorException(String, Exception)
Initializes a new instance of the MaintenanceErrorException class.
public MaintenanceErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.Maintenance.Models.MaintenanceErrorException : string * Exception -> Microsoft.Azure.Management.Maintenance.Models.MaintenanceErrorException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The exception message.
- innerException
- Exception
Inner exception.
Applies to
Azure SDK for .NET