ErrorEvent.LineNo

ErrorEvent.LineNo property

The lineno attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to zero. It represents the line number where the error occurred in the script.

public uint LineNo { get; }

See Also