Represents the exception class for class loading failures.
Object
Exception
SystemException
TypeLoadException
EntryPointNotFoundException
[Visual Basic] Public Class EntryPointNotFoundException Inherits TypeLoadException [C#] public class EntryPointNotFoundException : TypeLoadException [C++] public __gc class EntryPointNotFoundException : public TypeLoadException [JScript] public class EntryPointNotFoundException extends TypeLoadException
The EntryPointNotFoundException is the exception class for some failed P/Invoke calls.
Namespace: System
Assembly: mscorlib.dll