Click or drag to resize

PacScriptErrorEventArgsLineNumber Property

Gets the LineNumber which contains the error.

Namespace:  DotNetBrowser.Net.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public uint LineNumber { get; }

Property Value

Type: UInt32
The line number.
See Also