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
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := true,
AllowMultiple := true)>
Public NotInheritable Class GenericExceptionFilterAttribute
Inherits ExceptionFilterAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = true,
AllowMultiple = true)]
public ref class GenericExceptionFilterAttribute sealed : public ExceptionFilterAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = true,
AllowMultiple = true)>]
type GenericExceptionFilterAttribute =
class
inherit ExceptionFilterAttribute
endThe GenericExceptionFilterAttribute type exposes the following members.
Constructors
Methods
See Also