MissingMemberException Constructor ()
Initializes a new instance of the MissingMemberException class.
[Visual Basic] Public Sub New() [C#] public MissingMemberException(); [C++] public: MissingMemberException(); [JScript] public function MissingMemberException();
Remarks
This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as "Attempted to access a missing member." This message takes into account the current system culture.
The following table shows the initial property values for an instance of MissingMemberException.
| Property | Value |
|---|---|
| InnerException | A null reference (Nothing in Visual Basic). |
| Message | The localized error message string. |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
MissingMemberException Class | MissingMemberException Members | System Namespace | MissingMemberException Constructor Overload List