Sdílet prostřednictvím


ModuleErrorInfo Konstruktory

Definice

Přetížení

ModuleErrorInfo()

Inicializuje novou instanci Třídy ModuleErrorInfo.

ModuleErrorInfo(String, String)

Inicializuje novou instanci Třídy ModuleErrorInfo.

ModuleErrorInfo()

Inicializuje novou instanci Třídy ModuleErrorInfo.

public ModuleErrorInfo();
Public Sub New ()

Platí pro

ModuleErrorInfo(String, String)

Inicializuje novou instanci Třídy ModuleErrorInfo.

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

Parametry

code
String

Získá nebo nastaví kód chyby.

message
String

Získá nebo nastaví chybovou zprávu.

Platí pro