InnerErrorDescription 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
InnerErrorDescription() |
Initializes a new instance of the InnerErrorDescription class. |
InnerErrorDescription(String, String, String) |
Initializes a new instance of the InnerErrorDescription class. |
InnerErrorDescription()
Initializes a new instance of the InnerErrorDescription class.
public InnerErrorDescription ();
Public Sub New ()
Applies to
InnerErrorDescription(String, String, String)
Initializes a new instance of the InnerErrorDescription class.
public InnerErrorDescription (string code, string message, string target = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.InnerErrorDescription : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.InnerErrorDescription
Public Sub New (code As String, message As String, Optional target As String = Nothing)
Parameters
- code
- String
error code.
- message
- String
error message.
- target
- String
target of the particular error.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET