JScriptException::LineText Property

 

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.

Namespace:   Microsoft.JScript
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.

.NET Framework
Available since 1.1
Return to top
Show: