共用方式為


ExchangePolicyError Constructors

Definition

Overloads

ExchangePolicyError()

Initializes a new instance of the ExchangePolicyError class.

ExchangePolicyError(String, String)

Initializes a new instance of the ExchangePolicyError class.

ExchangePolicyError()

Initializes a new instance of the ExchangePolicyError class.

public ExchangePolicyError ();
Public Sub New ()

Applies to

ExchangePolicyError(String, String)

Initializes a new instance of the ExchangePolicyError class.

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

Parameters

code
String
message
String

Applies to