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