你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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