NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EntryPointNotFoundException Class

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

Remarks

The EntryPointNotFoundException is the exception class for some failed P/Invoke calls.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

EntryPointNotFoundException Members | System Namespace