dotConnect for SQLite Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class / LineNumber Property

On this page
    LineNumber Property (ScriptErrorEventArgs)
    On this page
    Gets number of the line where an error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineNumber As Integer
    public int LineNumber {get;}

    Property Value

    Number of the line where an error occurred.
    See Also