Initializes a new instances of the EntryPointNotFoundException class.
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);
EntryPointNotFoundException Class | EntryPointNotFoundException Members | System Namespace