System.AppDomainUnloadedException Class
Information   Base Types   Related Resources

The exception that is thrown when an attempt is made to access an unloaded application domain.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.SystemException
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (2)Discussions (12)MembersRotorChanges
    Articles

    Page: 1
    .NET Application Domains
    C#Today
    One of the most important features of any multi-tasking and multi-user system is process or application isolation. When multiple applications are active on a single system, it is crucial that these applications are protected and isolated from one another, to avoid them causing any damage to each other. The unit of isolation under Windows has traditionally been at the process level. This has changed slightly under the .NET framework. The Common Language Runtime (CLR) provides a slightly finer grained layer of isolation known as Application Domains or App domains. In this article, we will explore the .NET runtimes support for application domains, and build a sample application that explicitly creates an application domain, and loads and executes an assembly in it.
    BUG: AppDomainUnloadedException is thrown when you call a virtual destructor on a __nogc class during an AppDomain unload
    http://www.kbalertz.com/
    (837317) - Discusses a bug that causes an AppDomainUnloadedException when you are unloading the AppDomain of a class that is declared as __nogc and that has a virtual destructor.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com