August 2003
Intermediate to advanced
928 pages
32h 1m
English
AppDomainUnloadedException
This exception signals an attempt to
access an AppDomain
that has been unloaded by AppDomain.Unload( ).
public class AppDomainUnloadedException : SystemException { // Public Constructors public AppDomainUnloadedException( ); public AppDomainUnloadedException(stringmessage); public AppDomainUnloadedException(stringmessage, ExceptioninnerException); // Protected Constructors protected AppDomainUnloadedException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
AppDomainUnloadedException