Condividi tramite


ErrorDetailsException Constructors

Definition

Overloads

ErrorDetailsException()

Initializes a new instance of the ErrorDetailsException class.

ErrorDetailsException(String)

Initializes a new instance of the ErrorDetailsException class.

ErrorDetailsException(String, Exception)

Initializes a new instance of the ErrorDetailsException class.

ErrorDetailsException()

Initializes a new instance of the ErrorDetailsException class.

public ErrorDetailsException ();
Public Sub New ()

Applies to

ErrorDetailsException(String)

Initializes a new instance of the ErrorDetailsException class.

public ErrorDetailsException (string message);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.ErrorDetailsException : string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.ErrorDetailsException
Public Sub New (message As String)

Parameters

message
String

The exception message.

Applies to

ErrorDetailsException(String, Exception)

Initializes a new instance of the ErrorDetailsException class.

public ErrorDetailsException (string message, Exception innerException);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.ErrorDetailsException : string * Exception -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.ErrorDetailsException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The exception message.

innerException
Exception

Inner exception.

Applies to