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 Constructor

Initializes a new instances of the EntryPointNotFoundException class.

Overload List

Initializes a new instance of the EntryPointNotFoundException with default properties.

[Visual Basic] Overloads Public Sub New()
[C#] public EntryPointNotFoundException();
[C++] public: EntryPointNotFoundException();
[JScript] public function EntryPointNotFoundException();

Initializes a new instance of EntryPointNotFoundException with a specified message.

[Visual Basic] Overloads Public Sub New(String)
[C#] public EntryPointNotFoundException(String);
[C++] public: EntryPointNotFoundException(String*);
[JScript] public function EntryPointNotFoundException(String);

Initializes a new instance of EntryPointNotFoundException with a specified message and the exception that is the root cause of this exception.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public EntryPointNotFoundException(String, Exception);
[C++] public: EntryPointNotFoundException(String*, Exception);
[JScript] public function EntryPointNotFoundException(String, Exception);

See Also

EntryPointNotFoundException Class | EntryPointNotFoundException Members | System Namespace