dotConnect for Oracle Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class / Ignore Property

In This Topic
Ignore Property (ScriptErrorEventArgs)
In This Topic
Gets or sets whether the current error will be ignored or not.
Syntax
'Declaration
 
Public Property Ignore As Boolean
 

Property Value

true if the current error will be ignored; otherwise false.
Remarks
If false (by default), Execute method stops and returns immediately after event handler finishes. If you want to ignore the error and continue execution of the script, set this property to true.
See Also