March 2002
Intermediate to advanced
864 pages
31h 8m
English
EntryPointNotFoundException
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 method EntryPointNotFoundException(); public method EntryPointNotFoundException(string message); public method EntryPointNotFoundException(string message, Exception inner); // Protected Constructors protected method EntryPointNotFoundException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→TypeLoadException→EntryPointNotFoundException