1 instantiation of CannotUnloadAppDomainException
mscorlib (1)
system\appdomain.cs (1)
2589throw new CannotUnloadAppDomainException();
4 references to CannotUnloadAppDomainException
mscorlib (1)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1254catch (CannotUnloadAppDomainException) { }
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
218catch (CannotUnloadAppDomainException)
System.Web (1)
HttpRuntime.cs (1)
1894catch (CannotUnloadAppDomainException) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1071static private readonly Type CannotUnloadAppDomainType = typeof(CannotUnloadAppDomainException);