ParseException::Position Property

 

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

Gets the location of the error.

Namespace:   System.Web.Query.Dynamic
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property int Position {
	int get();
}

Property Value

Type: System::Int32

The location where the exception occurred.

.NET Framework
Available since 3.5
Return to top
Show: