dotConnect for SQL Server Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class
Members

In This Topic
    ScriptErrorEventArgs Class
    In This Topic
    Provides data for the Error event of the DbScript class.
    Syntax
    'Declaration
     
    Public NotInheritable Class ScriptErrorEventArgs 
       Inherits System.EventArgs
    public sealed class ScriptErrorEventArgs : 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