DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section