Namespace: Cartella.Models.ActionFilters.Elmah
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 override void OnException( ExceptionContext context ) |
Visual Basic |
---|
Public Overrides Sub OnException ( _ context As ExceptionContext _ ) |
Visual C++ |
---|
public: virtual void OnException( ExceptionContext^ context ) override |
Parameters
- context
- Type: ExceptionContext