ApiError 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
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