IExceptionFilter インターフェイス

定義

例外フィルターに必要なメソッドを定義します。

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

メソッド

OnException(ExceptionContext)

例外が発生したときに呼び出されます。

適用対象