Sdílet prostřednictvím


ErrorResponse Konstruktory

Definice

Přetížení

ErrorResponse()

Inicializuje novou instanci ErrorResponse třídy.

ErrorResponse(String, String)

Inicializuje novou instanci ErrorResponse třídy.

ErrorResponse()

Inicializuje novou instanci ErrorResponse třídy.

public ErrorResponse ();
Public Sub New ()

Platí pro

ErrorResponse(String, String)

Inicializuje novou instanci ErrorResponse třídy.

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

Parametry

code
String

Kód chyby

message
String

Chybová zpráva označující, proč operace selhala.

Platí pro