EntryPointNotFoundException

EntryPointNotFoundException CF 1.0, ECMA 1.0, serializable

System (mscorlib.dll) class

This exception indicates that an entry point could not be found when .NET loaded an assembly flagged for execution; that is, an AppDomain was instructed to execute an assembly, but no method in that assembly was marked with the .entrypoint metadata flag.

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

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException TypeLoadException EntryPointNotFoundException



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