Condividi tramite


DataMigrationCmdlet.ReturnApiErrorMessage(ApiErrorException) Method

Definition

Helper method to return the error message of an ApiErrorException

public static string ReturnApiErrorMessage (Microsoft.Azure.Management.DataMigration.Models.ApiErrorException ex);
static member ReturnApiErrorMessage : Microsoft.Azure.Management.DataMigration.Models.ApiErrorException -> string
Public Shared Function ReturnApiErrorMessage (ex As ApiErrorException) As String

Parameters

ex
ApiErrorException

the ApiErrorException for which to return the message

Returns

Error message of an ApiErrorException

Applies to