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 Constructor ()

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();

Remarks

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.

See Also

MissingMemberException Class | MissingMemberException Members | System Namespace | MissingMemberException Constructor Overload List