ActivityHandler.InvokeResponseException Class
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.
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, Exception) |
Initializes a new instance of the ActivityHandler.InvokeResponseException class. |
ActivityHandler.InvokeResponseException(String) |
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.. |