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

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax
C#
public MvcErrorPrecondition(
	ControllerContext filterContext
)

Parameters

filterContext
Type: ControllerContext
The filter context.
See Also