Holds the class name of the missing member.
[Visual Basic] Protected ClassName As String [C#] protected string ClassName; [C++] protected: String* ClassName; [JScript] protected var ClassName : String;
The ClassName field contains the returned class name string of the missing member. (For more nformation, see String.)
If the class name is null, the GetMessage method will construct the class name by using other variables. This allows customization of the format depending upon the language environment.
MissingMemberException Class | MissingMemberException Members | System Namespace