HttpActionExecutedContext Constructor

 

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Overload List

Name Description
System_CAPS_pubmethod HttpActionExecutedContext()

Initializes a new instance of the HttpActionExecutedContext class.

System_CAPS_pubmethod HttpActionExecutedContext(HttpActionContext, Exception)

Initializes a new instance of the HttpActionExecutedContext class.

See Also

HttpActionExecutedContext Class
System.Web.Http.Filters Namespace

Return to top

HttpActionExecutedContext Constructor ()

Initializes a new instance of the HttpActionExecutedContext class.

Syntax

public HttpActionExecutedContext()
public:
HttpActionExecutedContext()
new : unit -> HttpActionExecutedContext
Public Sub New

Return to top

HttpActionExecutedContext Constructor (HttpActionContext, Exception)

Initializes a new instance of the HttpActionExecutedContext class.

Syntax

public HttpActionExecutedContext(
    HttpActionContext actionContext,
    Exception exception
)
public:
HttpActionExecutedContext(
    HttpActionContext^ actionContext,
    Exception^ exception
)
new : 
        actionContext:HttpActionContext *
        exception:Exception -> HttpActionExecutedContext
Public Sub New (
    actionContext As HttpActionContext,
    exception As Exception
)

Parameters

Return to top