Represents an exception that is thrown when there is an attempt to access an unloaded class.
Object
Exception
SystemException
TypeUnloadedException
[Visual Basic] Public Class TypeUnloadedException Inherits SystemException [C#] public class TypeUnloadedException : SystemException [C++] public __gc class TypeUnloadedException : public SystemException [JScript] public class TypeUnloadedException extends SystemException
[To be supplied.]
Namespace: System
Assembly: mscorlib.dll
The TypeUnloadedException is an exception class for attempts to access an unloaded class.