ExceptionHandlerContext Class

Definition

Represents the context within which unhandled exception handling occurs.

public class ExceptionHandlerContext
type ExceptionHandlerContext = class
Public Class ExceptionHandlerContext
Inheritance
ExceptionHandlerContext

Constructors

ExceptionHandlerContext(ExceptionContext)

Initializes a new instance of the ExceptionHandlerContext class.

Properties

CatchBlock

Gets the catch block in which the exception was caught.

Exception

Gets the caught exception.

ExceptionContext

Gets the exception context providing the exception and related data.

Request

Gets the request being processed when the exception was caught.

RequestContext

Gets the request context in which the exception occurred.

Result

Gets or sets the result providing the response message when the exception is handled.

Applies to