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