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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net