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