March 2002
Intermediate to advanced
864 pages
31h 8m
English
TypeUnloadedException
This exception signals an attempt to access a
Type that has been unloaded.
public class TypeUnloadedException : SystemException { // Public Constructors public method TypeUnloadedException(); public method TypeUnloadedException(string message); public method TypeUnloadedException(string message, Exception innerException); // Protected Constructors protected method TypeUnloadedException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→TypeUnloadedException