JScriptException::EndLine Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the line of code in which the error ends.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
property int EndLine {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The line of code in which the error ends, or 0 if the Context is null.

.NET Framework
Available since 1.1
Return to top
Show: