QuickObjects.DBLibrary Send comments on this topic.
ExceptionMode Property
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObject Class : ExceptionMode Property
ExceptionMode property dictates how the object treats the exceptions.

Silent - If the value is set to Silent, the exceptions are captured, their message set to ErrorString property.

Throw - If the value is set to Throw, the exceptions are re-thrown.

Syntax

C# 
public ExceptionModes ExceptionMode {get; set;}

Requirements

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

See Also