GenericExceptionFilterAttribute Class

Our filter for ensuring no exceptions ever go out without proper formatting to the client from a REST call.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = true, 
	AllowMultiple = true)]
public sealed class GenericExceptionFilterAttribute : ExceptionFilterAttribute

The GenericExceptionFilterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGenericExceptionFilterAttribute
Initializes a new instance of the GenericExceptionFilterAttribute class
Top
Methods
  NameDescription
Public methodOnException
Top
See Also