ErrorDetail 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
ErrorDetail() |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail(String, String, IList<Details>, String) |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail()
Initializes a new instance of the ErrorDetail class.
public ErrorDetail ();
Public Sub New ()
Applies to
ErrorDetail(String, String, IList<Details>, String)
Initializes a new instance of the ErrorDetail class.
public ErrorDetail (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.Details> details = default, string target = default);
new Microsoft.Azure.Management.DataBox.Models.ErrorDetail : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.Details> * string -> Microsoft.Azure.Management.DataBox.Models.ErrorDetail
Public Sub New (code As String, message As String, Optional details As IList(Of Details) = Nothing, Optional target As String = Nothing)
Parameters
- code
- String
- message
- String
- target
- String
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