QuickObjects.ObjectBase Send comments on this topic.
ErrorString Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : ErrorString Property

ErrorString

Holds a String value. This value is used to store the errors that were encountered while working with any of the database objects. Note: Starting with version 3.x this property also returns any validation errors on the fields as well. Each error message is seperated by a line break. Also, if you try to set a blank/null value then all the Validators's error messages are set to null as well.


myErrLabel.Text = this.ErrorString;

Syntax

C# 
public override string ErrorString {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also