8 references to ErrorInfo
System.Web.Mobile (8)
UI\MobileControls\ErrorFormatterPage.cs (8)
95ctl = CreateControlForText(ErrorInfo.Type); 103ctl = CreateControlForText(ErrorInfo.Description); 108if (ErrorInfo.MiscTitle.Length > 0) 111ErrorInfo.MiscTitle, 112ErrorInfo.MiscText)); 118if (ErrorInfo.File.Length > 0) 123label.Text = SR.GetString(SR.ErrorFormatterPage_File, ErrorInfo.File); 127label.Text = SR.GetString(SR.ErrorFormatterPage_Line, ErrorInfo.LineNumber);