Share via


MaintenanceErrorException Constructors

Definition

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