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