MobileErrorInfo

MobileErrorInfo.NET 1.1

System.Web.Mobile (system.web.mobile.dll)class

This class is used in conjunction with the ErrorHandlerModule to create adaptive error messages. You do not use it directly.

public class MobileErrorInfo {
// Public Static Fields
   public static readonly string ContextKey;        // =MobileErrorInfo
// Public Instance Properties
   public string Description{set; get; }
   public string File{set; get; }
   public string LineNumber{set; get; }
   public string MiscText{set; get; }
   public string MiscTitle{set; get; }
   public string this[string key]{set; get; }
   public string Type{set; get; }
}

Returned By

System.Web.UI.MobileControls.ErrorFormatterPage.ErrorInfo



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace