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