This class is used to support the error handling with mobile pages. If an unhandled exception is thrown from a mobile page, and no custom error page is defined in the web.config file, and the client is not an HTML browser capable of rendering a rich error page, a terse device-specific message will be returned. To create this message, ASP.NET automatically instantiates an ErrorFormatterPage instance, applies the appropriate data, and renders the result.