ReflectionTypeLoadException

ReflectionTypeLoadException serializable

System.Reflection (mscorlib.dll) sealed class

This exception is thrown if any of the types from a module cannot be loaded when Module.GetTypes( ) is called. This exception provides access to the correctly loaded classes via Types .

 public sealed class  ReflectionTypeLoadException  : SystemException {  // Public Constructors  public  ReflectionTypeLoadException  (Type[ ]   classes   , Exception[ ]   exceptions   );    public  ReflectionTypeLoadException  (Type[ ]   classes   , Exception[ ]   exceptions   ,          string   message   );  // Public Instance Properties  public Exception[ ]  LoaderExceptions  {get; }    public Type[ ]  Types  {get; }  // Public Instance Methods  public override void  GetObjectData  (System.Runtime.Serialization.SerializationInfo   info   ,        System.Runtime.Serialization.StreamingContext   context   )  // overrides Exception  } 

Hierarchy

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



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