2 writes to CachedException
System.Web (2)
Configuration\MetabaseServerConfig.cs (1)
297
cacheInfo.
CachedException
= e;
Configuration\ProcessHostMapPath.cs (1)
300
cacheInfo.
CachedException
= e;
4 references to CachedException
System.Web (4)
Configuration\MetabaseServerConfig.cs (2)
313
if (cacheInfo.
CachedException
!= null) {
314
throw cacheInfo.
CachedException
;
Configuration\ProcessHostMapPath.cs (2)
312
if (cacheInfo.
CachedException
!= null) {
313
throw cacheInfo.
CachedException
;