Method | Description | |
---|---|---|
JsonExceptionFilterAttribute ( ) : System |
Initializes a new instance of the JsonExceptionFilterAttribute class.
|
|
JsonExceptionFilterAttribute ( bool hideStackTrace ) : System |
Initializes a new instance of the JsonExceptionFilterAttribute class.
|
|
JsonExceptionFilterAttribute ( bool hideStackTrace, Assembly>.IDictionary |
Initializes a new instance of the JsonExceptionFilterAttribute class.
|
|
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext context ) : void |
Occurs after the action method is invoked.
|
Method | Description | |
---|---|---|
GetStatusCode ( |
public JsonExceptionFilterAttribute ( ) : System | ||
return | System |
public JsonExceptionFilterAttribute ( bool hideStackTrace ) : System | ||
hideStackTrace | bool | If set to |
return | System |
public JsonExceptionFilterAttribute ( bool hideStackTrace, Assembly>.IDictionary |
||
hideStackTrace | bool | If set to |
searchedNamespaces | Assembly>.IDictionary | The namespaces and assemblies to search for exception types. |
return | System |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext context ) : void | ||
context | System.Web.Http.Filters.HttpActionExecutedContext | The action executed context. |
return | void |