| C# | |
|---|---|
public enum ExceptionModes : Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
Akal.QuickObjects.DBLibrary.ExceptionModes
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0