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