IExceptionFilter 接口

定义

定义异常筛选器所需的方法。

public interface IExceptionFilter
type IExceptionFilter = interface
Public Interface IExceptionFilter
派生

方法

OnException(ExceptionContext)

在发生异常时调用。

适用于