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