Name

CannotUnloadAppDomainException

Synopsis

This exception signals that an attempt to invoke AppDomain.Unload() failed. This indicates that you either tried to unload the default application domain (AppDomain.CurrentDomain), the domain has a thread that cannot be stopped, or the domain has already been unloaded.

public class CannotUnloadAppDomainException : SystemException {
// Public Constructors
   public method CannotUnloadAppDomainException();  
   public method CannotUnloadAppDomainException(
        string message);  
   public method CannotUnloadAppDomainException(
        string message, Exception innerException);  
// Protected Constructors
   protected method CannotUnloadAppDomainException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
}

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionCannotUnloadAppDomainException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.