ExceptionFilterAttribute Constructor
Initializes a new instance of the ExceptionFilterAttribute class.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New ExceptionFilterAttribute()
protected ExceptionFilterAttribute()
protected:
ExceptionFilterAttribute()
new : unit -> ExceptionFilterAttribute
protected function ExceptionFilterAttribute()