MobileErrorInfo::LineNumber Property

 

Returns the line number in the code where the exception occurred, if tracing is enabled. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
property String^ LineNumber {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The line number in the code where the exception occurred.

.NET Framework
Available since 1.1

MobileErrorInfo Class
System.Web.Mobile Namespace
Mobile Device Capabilities
Managing Adaptive Error Reporting in Mobile Web Applications

Return to top
Show: