Click or drag to resize
WebApiErrorPrecondition Constructor
Initializes a new instance of the WebApiErrorPrecondition class.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax
C#
public WebApiErrorPrecondition(
	HttpActionContext actionContext
)

Parameters

actionContext
Type: HttpActionContext
The action context.
See Also