Click or drag to resize
aErrorPrecondition Class
Abstract class for creating an IErrorPrecondition, please inherit from this.
Inheritance Hierarchy

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
[SerializableAttribute]
public abstract class aErrorPrecondition : IErrorPrecondition

The aErrorPrecondition type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the arguments.
Public propertyEnd
Gets the time the method completes successfully.
Public propertyErrorUnitWebCallId
Gets the error unit web call identifier.
Public propertyInvocationClassName
Gets the full type name of the class the method that failed is in.
Public propertyInvocationClassValue
Gets the invocation class.
Public propertyMethodName
Gets the name of the method.
Public propertyStart
Gets the start time of the method.
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