4 writes to File
System.Web.Mobile (4)
Mobile\MobileErrorInfo.cs (4)
72
this.
File
= error.FileName;
78
this.
File
= SR.GetString(SR.MobileErrorInfo_Unknown);
92
this.
File
= parseException.FileName;
267
this.
File
= TrimAndClean(match.Result("${file}"));
2 references to File
System.Web.Mobile (2)
UI\MobileControls\ErrorFormatterPage.cs (2)
118
if (ErrorInfo.
File
.Length > 0)
123
label.Text = SR.GetString(SR.ErrorFormatterPage_File, ErrorInfo.
File
);