dotConnect for PostgreSQL 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
    public bool Ignore {get; set;}

    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.
    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