Click or drag to resize
MvcErrorPrecondition Class
Creates an Error Precondition from a MVC ControllerContext that failed.
Inheritance Hierarchy

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

The MvcErrorPrecondition type exposes the following members.

Constructors
  NameDescription
Public methodMvcErrorPrecondition
Initializes a new instance of the MvcErrorPrecondition class.
Top
Properties
  NameDescription
Public propertyArguments
Gets the arguments.
(Overrides aErrorPreconditionArguments.)
Public propertyEnd
Gets the time the method completes successfully.
(Inherited from aErrorPrecondition.)
Public propertyErrorUnitWebCallId
Gets the error unit web call identifier.
(Inherited from aErrorPrecondition.)
Public propertyInvocationClassName
Gets the full type name of the class the method that failed is in.
(Overrides aErrorPreconditionInvocationClassName.)
Public propertyInvocationClassValue
Gets the invocation class.
(Overrides aErrorPreconditionInvocationClassValue.)
Public propertyMethodName
Gets the name of the method.
(Overrides aErrorPreconditionMethodName.)
Public propertyStart
Gets the start time of the method.
(Inherited from aErrorPrecondition.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also