DatabaseDataSet.ThrowExceptions Property
Gets or sets a flag indicating if exceptions should be thrown when an error occurs.
Syntax
public System.Boolean ThrowExceptions { get; set; }
Property Value
Default: false
True if exceptions should be thrown; otherwise, False.
Remarks
If an error occurs and this property is false, the layer will generate a Runtime.Error event instead.
Platforms
Windows, Linux, Android