Initializes a new instance of the ExecutionEngineException with default properties..
[Visual Basic] Overloads Public Sub New() [C#] public ExecutionEngineException(); [C++] public: ExecutionEngineException(); [JScript] public function ExecutionEngineException();
ExecutionEngineException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The empty string. |
ExecutionEngineException Class | ExecutionEngineException Members | System Namespace | ExecutionEngineException Constructor Overload List