5 writes to MiscText
System.Web.Mobile (5)
Mobile\MobileErrorInfo.cs (5)
73
this.
MiscText
= error.ErrorNumber + ":" + error.ErrorText;
79
this.
MiscText
= SR.GetString(SR.MobileErrorInfo_Unknown);
93
this.
MiscText
= parseException.Message;
123
this.
MiscText
= s;
261
this.
MiscText
= TrimAndClean(match.Result("${misctext}"));
1 reference to MiscText
System.Web.Mobile (1)
UI\MobileControls\ErrorFormatterPage.cs (1)
112
ErrorInfo.
MiscText
));