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!

ADOException.Message

Gets a short description of the error.

[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

A short description of the error.

Remarks

This is a wrapper for the Message property of the first ADOError in the Errors property.

See Also

ADOException Class | ADOException Members | System.Data.ADO Namespace