SqlExecutionException::SqlFile Property
.NET Framework (current version)
Gets the path and name of the file containing the SQL commands being run when the exception occurred.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The path and name of the file that contains the SQL commands being run when the exception occurred.
The following code example shows how to access the SqlFile property of the SqlExecutionException exception type. This code example is part of a larger example provided for the SqlServices class.
.NET Framework
Available since 2.0
Available since 2.0
Show: