dotConnect for SQL Server 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also