Class CPUserErrorBaseClass
- Namespace
- Contensive.BaseClasses
- Assembly
- CPBase.dll
Can be used to accumulate user errors during a disperate process.
public abstract class CPUserErrorBaseClass
- Inheritance
-
CPUserErrorBaseClass
- Inherited Members
Methods
Add(string)
Add an error to the list
public abstract void Add(string message)
Parameters
messagestring
GetList()
get the list of errors
public abstract string GetList()
Returns
OK()
returns true if there are no errors
public abstract bool OK()