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!

MissingFieldException.Message

Retrieves the message string for this exception or 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;

Property Value

Read only.

Remarks

Overrides Message.

See Also

MissingFieldException Class | MissingFieldException Members | System Namespace