MobileErrorInfo::File Property

 

Returns the name of the code file where the exception occurred. 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^ File {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the code file 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: