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!

TypeLoadException.Message

Holds the message text.

[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

Every exception carries a message that provides information about the exception, such as why it was thrown.

See Also

TypeLoadException Class | TypeLoadException Members | System Namespace