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.Source

Gets the line of source that generated the error.

[Visual Basic]
Overridable Public ReadOnly Property Source As String
[C#]
public string Source {override get;}
[C++]
public: __property virtual String* get_Source();
[JScript]
public function get Source() : String;

Property Value

The line of source that generated the error.

Remarks

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

See Also

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