Partager via


AzureApiManagementCmdletBase.HandleException Method

Definition

Overloads

HandleException(ErrorResponseException)
HandleException(CloudException)
HandleException(Exception)

HandleException(ErrorResponseException)

protected void HandleException (Microsoft.Azure.Management.ApiManagement.Models.ErrorResponseException ex);
member this.HandleException : Microsoft.Azure.Management.ApiManagement.Models.ErrorResponseException -> unit
Protected Sub HandleException (ex As ErrorResponseException)

Parameters

Applies to

HandleException(CloudException)

protected void HandleException (Microsoft.Rest.Azure.CloudException cloudException);
member this.HandleException : Microsoft.Rest.Azure.CloudException -> unit
Protected Sub HandleException (cloudException As CloudException)

Parameters

cloudException
CloudException

Applies to

HandleException(Exception)

protected virtual void HandleException (Exception ex);
abstract member HandleException : Exception -> unit
override this.HandleException : Exception -> unit
Protected Overridable Sub HandleException (ex As Exception)

Parameters

Applies to