dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class
Members

ScriptErrorEventArgs Class
Provides data for the Error event of the DbScript class.
Syntax
'Declaration
 
Public NotInheritable Class ScriptErrorEventArgs 
   Inherits System.EventArgs
 
Remarks
The Error event contains all information about an error and allows to choose whether to ignore the error or stop script execution.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Common.ScriptErrorEventArgs

See Also