Name

AppDomainUnloadedException

Synopsis

This exception signals an attempt to access an AppDomain that has been unloaded by AppDomain.Unload().

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

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionAppDomainUnloadedException

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.