Click or drag to resize

clsErrors Class

Error collection. Object to store clsError objects in a collection
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsErrors

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsErrors

The clsErrors type exposes the following members.

Constructors
  NameDescription
Public methodclsErrors
Create new instance
Top
Methods
  NameDescription
Public methodAdd(clsError)
Add a new clsError
Public methodAdd(clsErrors)
Public methodClear
Clear all errors
Public methodPrintErrors
Creates a string with all errors (and warnings)
Top
Fields
  NameDescription
Public fieldcolAll
Collection with all errors and warnings (clsError)
Top
See Also