C# Class IVO.CMS.API.Code.JsonHandleErrorAttribute

Handles exceptions by returning JSON objects containing the exception messages.
Inheritance: System.Web.Mvc.HandleErrorAttribute
Afficher le fichier Open project: JamesDunne/ivo-cms

Méthodes publiques

Méthode Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

Méthode Description
ToJSON ( Exception ex ) : object[]

Method Details

OnException() public méthode

public OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void