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() |
Initializes a new instance of the ApiError class. |
ApiError(ODataError) |
Initializes a new instance of the ApiError class. |
ApiError()
Initializes a new instance of the ApiError class.
public ApiError ();
Public Sub New ()
Applies to
ApiError(ODataError)
Initializes a new instance of the ApiError class.
public ApiError (Microsoft.Azure.Management.DataMigration.Models.ODataError error = default);
new Microsoft.Azure.Management.DataMigration.Models.ApiError : Microsoft.Azure.Management.DataMigration.Models.ODataError -> Microsoft.Azure.Management.DataMigration.Models.ApiError
Public Sub New (Optional error As ODataError = Nothing)
Parameters
- error
- ODataError
Error information in OData format