Namespace: Cartella.Models.ActionFilters
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public void OnException( ExceptionContext filterContext ) |
Visual Basic |
---|
Public Sub OnException ( _ filterContext As ExceptionContext _ ) |
Visual C++ |
---|
public: virtual void OnException( ExceptionContext^ filterContext ) sealed |
Parameters
- filterContext
- Type: ExceptionContext