6 writes to
System.Web.Mobile (6)
Mobile\MobileErrorInfo.cs (6)
151this[_errorType] = value; 164this[_errorDescription] = value; 177this[_errorMiscTitle] = value; 190this[_errorMiscText] = value; 203this[_errorFile] = value; 216this[_errorLineNumber] = value;
6 references to
System.Web.Mobile (6)
Mobile\MobileErrorInfo.cs (6)
147return this[_errorType]; 160return this[_errorDescription]; 173return this[_errorMiscTitle]; 186return this[_errorMiscText]; 199return this[_errorFile]; 212return this[_errorLineNumber];