Table of Contents

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

message string

GetList()

get the list of errors

public abstract string GetList()

Returns

string

OK()

returns true if there are no errors

public abstract bool OK()

Returns

bool