Retrieves the message text for this exception, or indicates an empty string if no message is set.
[Visual Basic] Overridable Public ReadOnly Property Message As String [C#] public string Message {override get;} [C++] public: __property virtual String* get_Message(); [JScript] public function get Message() : String;
Read only.
Overrides Message.
This property retrieves the message string for this exception. This is a message string with a new line character followed by the paramenter name. If a parameter name was not specified when the object was constructed, the value consists only of the message string.
MissingMethodException Class | MissingMethodException Members | System Namespace