ActivityHandler.InvokeResponseException 类

定义

调用响应错误的自定义异常。

protected class ActivityHandler.InvokeResponseException : Exception
Protected Class ActivityHandler.InvokeResponseException
Inherits Exception
继承
ActivityHandler.InvokeResponseException

构造函数

ActivityHandler.InvokeResponseException()

初始化 ActivityHandler.InvokeResponseException 类的新实例。

ActivityHandler.InvokeResponseException(HttpStatusCode, Object)

初始化 ActivityHandler.InvokeResponseException 类的新实例。

ActivityHandler.InvokeResponseException(String)

初始化 ActivityHandler.InvokeResponseException 类的新实例。

ActivityHandler.InvokeResponseException(String, Exception)

初始化 ActivityHandler.InvokeResponseException 类的新实例。

方法

CreateInvokeResponse()

一种工厂方法,该方法使用当前 对象的状态代码和正文创建新的 InvokeResponse 对象。

适用于