NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MissingMemberException.ClassName

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;

Remarks

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.

See Also

MissingMemberException Class | MissingMemberException Members | System Namespace