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