QuickObjects.DBLibrary Send comments on this topic.
ExceptionModes Enumeration
See Also  
Akal.QuickObjects.DBLibrary Namespace : ExceptionModes Enumeration
ExceptionModes defines how an object handles the exceptions

Syntax

C# 
public enum ExceptionModes : Enum 

Members

MemberDescription
Silent Silent is used for indicating that the object will set the ErrorString property with the exception message.
Throw Throw is used for indicating that the object will re-throw the exceptions, and hence the develop will need to capture the exceptions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Akal.QuickObjects.DBLibrary.ExceptionModes

Requirements

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

See Also