JScriptException::LineText Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the text of the code in which the error occurs.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: property String^ LineText { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] virtual String^ get() sealed; }
Property Value
Type: System::String^The text of the code, or an empty string if the Context is null.
Implements
IJSVsaError::LineText
.NET Framework
Available since 1.1
Available since 1.1
Show: