MobileErrorInfo::MiscTitle Property

 

Returns an alternate title for the exception. 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^ MiscTitle {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

An alternate title for the exception.

.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: