August 2003
Intermediate to advanced
928 pages
32h 1m
English
CannotUnloadAppDomainException
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 CannotUnloadAppDomainException( ); public CannotUnloadAppDomainException(stringmessage); public CannotUnloadAppDomainException(stringmessage, ExceptioninnerException); // Protected Constructors protected CannotUnloadAppDomainException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
CannotUnloadAppDomainException