Share via


Error Constructors

Definition

Overloads

Error()

Initializes a new instance of the Error class.

Error(ErrorError)

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(ErrorError)

Initializes a new instance of the Error class.

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

Parameters

errorProperty
ErrorError

Error definition properties.

Applies to