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

In This Topic
    LineNumber Property (ScriptErrorEventArgs)
    In This Topic
    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