4 writes to Type
System.Web.Mobile (4)
Mobile\MobileErrorInfo.cs (4)
62this.Type = SR.GetString(SR.MobileErrorInfo_CompilationErrorType); 88this.Type = SR.GetString(SR.MobileErrorInfo_ParserErrorType); 113this.Type = e.GetType().FullName; 254this.Type = TrimAndClean(match.Result("${title}"));
1 reference to Type
System.Web.Mobile (1)
UI\MobileControls\ErrorFormatterPage.cs (1)
95ctl = CreateControlForText(ErrorInfo.Type);