Name

TypeUnloadedException

Synopsis

This exception signals an attempt to access a Type that has been unloaded.

public class TypeUnloadedException : SystemException {
// Public Constructors
   public TypeUnloadedException( );
   public TypeUnloadedException(string message);
   public TypeUnloadedException(string message, Exception innerException);
// Protected Constructors
   protected TypeUnloadedException(System.Runtime.Serialization.SerializationInfo info,
        System.Runtime.Serialization.StreamingContext context);
}

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException TypeUnloadedException

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.