Mono Class Library: System Namespace

System.EntryPointNotFoundException Class

Represents the error that occurs when an attempt to load a System.Reflection.Assembly fails due to the absence of an entry point. [Edit]

See Also: EntryPointNotFoundException Members

System.Object
     System.Exception
          System.SystemException
               System.TypeLoadException
                    System.EntryPointNotFoundException

[System.Runtime.InteropServices.ComVisible(true)]
public class EntryPointNotFoundException : TypeLoadException

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

Note: In C#, an entry point is defined through the Main() method. For additional information about entry points, see Partition II of the CLI Specification.
[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0