Click or drag to resize
TestableError Class
ErrorUnit's Serialization of an error and the error preconditions
Inheritance Hierarchy
SystemObject
  ErrorUnit.ModelsTestableError

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public class TestableError

The TestableError type exposes the following members.

Constructors
  NameDescription
Public methodTestableError
Initializes a new instance of the TestableError class
Top
Properties
  NameDescription
Public propertyErrorInfo
Gets or sets the error information.
Public propertyErrorPreconditions
Gets or sets the error preconditions.
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 json String that represents this instance.
(Overrides ObjectToString.)
Top
See Also