Compartilhar via


GatewayError Constructors

Definition

Overloads

GatewayError()

Initializes a new instance of the GatewayError class.

GatewayError(String, String)

Initializes a new instance of the GatewayError class.

GatewayError()

Initializes a new instance of the GatewayError class.

public GatewayError ();
Public Sub New ()

Applies to

GatewayError(String, String)

Initializes a new instance of the GatewayError class.

public GatewayError (string code = default, string message = default);
new Microsoft.Azure.Management.Analysis.Models.GatewayError : string * string -> Microsoft.Azure.Management.Analysis.Models.GatewayError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

Parameters

code
String

Error code of list gateway.

message
String

Error message of list gateway.

Applies to