August 2003
Intermediate to advanced
928 pages
32h 1m
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 EntryPointNotFoundException( ); public EntryPointNotFoundException(stringmessage); public EntryPointNotFoundException(stringmessage, Exceptioninner); // Protected Constructors protected EntryPointNotFoundException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
TypeLoadException
→
EntryPointNotFoundException