TypeUnloadedException

TypeUnloadedException ECMA 1.0, serializable

System (mscorlib.dll) class

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



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net