ActivityHandler.InvokeResponseException Class

Definition

A custom exception for invoke response errors.

protected class ActivityHandler.InvokeResponseException : Exception
Protected Class ActivityHandler.InvokeResponseException
Inherits Exception
Inheritance
ActivityHandler.InvokeResponseException

Constructors

ActivityHandler.InvokeResponseException()

Initializes a new instance of the ActivityHandler.InvokeResponseException class.

ActivityHandler.InvokeResponseException(HttpStatusCode, Object)

Initializes a new instance of the ActivityHandler.InvokeResponseException class.

ActivityHandler.InvokeResponseException(String)

Initializes a new instance of the ActivityHandler.InvokeResponseException class.

ActivityHandler.InvokeResponseException(String, Exception)

Initializes a new instance of the ActivityHandler.InvokeResponseException class.

Methods

CreateInvokeResponse()

A factory method that creates a new InvokeResponse object with the status code and body of the current object..

Applies to