dotConnect Universal Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class / Offset Property

In This Topic
    Offset Property (ScriptErrorEventArgs)
    In This Topic
    Gets offset of statement where an error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property Offset As Long
    public long Offset {get;}

    Property Value

    Offset of statement where an error occurred.
    See Also