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

Gets the name of the procedure that the SQL Server error occurred in.

[Visual Basic]
Public ReadOnly Property Procedure As String
[C#]
public string Procedure {get;}
[C++]
public: __property String* get_Procedure();
[JScript]
public function get Procedure() : String;

Property Value

The name of the procedure.

Remarks

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

See Also

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