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!

SQLException.Message

Gets the error message that was generated from the SQL Server adapter.

[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

The generated error message.

Remarks

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

See Also

SQLException Class | SQLException Members | System.Data.SQL Namespace | Number | State | Source | Class | Server | Procedure | LineNumber