Megosztás a következőn keresztül:


Error Constructors

Definition

Overloads

Error()

Initializes a new instance of the Error class.

Error(ErrorDetailsInternal)

Initializes a new instance of the Error class.

Error()

Initializes a new instance of the Error class.

public Error ();
Public Sub New ()

Applies to

Error(ErrorDetailsInternal)

Initializes a new instance of the Error class.

public Error (Microsoft.Azure.Management.HealthcareApis.Models.ErrorDetailsInternal errorProperty = default);
new Microsoft.Azure.Management.HealthcareApis.Models.Error : Microsoft.Azure.Management.HealthcareApis.Models.ErrorDetailsInternal -> Microsoft.Azure.Management.HealthcareApis.Models.Error
Public Sub New (Optional errorProperty As ErrorDetailsInternal = Nothing)

Parameters

errorProperty
ErrorDetailsInternal

Error details

Applies to