AzureApiManagementCmdletBase.HandleException Method
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
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
- ex
- Exception