GatewayError Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.