Share via


ApiError Constructors

Definition

Overloads

ApiError()
ApiError(IList<ApiErrorBase>, InnerError, String, String, String)

ApiError()

public ApiError ();
Public Sub New ()

Applies to

ApiError(IList<ApiErrorBase>, InnerError, String, String, String)

public ApiError (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiErrorBase> details = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.InnerError innererror = default, string code = default, string target = default, string message = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiErrorBase> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.InnerError * string * string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError
Public Sub New (Optional details As IList(Of ApiErrorBase) = Nothing, Optional innererror As InnerError = Nothing, Optional code As String = Nothing, Optional target As String = Nothing, Optional message As String = Nothing)

Parameters

details
IList<ApiErrorBase>
innererror
InnerError
code
String
target
String
message
String

Applies to