IExceptionFilter Interface

Definition

Defines the methods that are required for an exception filter.

public interface IExceptionFilter
type IExceptionFilter = interface
Public Interface IExceptionFilter
Derived

Methods

OnException(ExceptionContext)

Called when an exception occurs.

Applies to