SqlExecutionException Constructor
.NET Framework (current version)
Initializes a new instance of the SqlExecutionException class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SqlExecutionException() | Initializes a new instance of the SqlExecutionException class using default values. |
![]() | SqlExecutionException(String^) | Initializes a new instance of the SqlExecutionException class using the passed message. |
![]() | SqlExecutionException(String^, Exception^) | Initializes a new instance of the SqlExecutionException class using the passed message and exception. |
![]() | SqlExecutionException(String^, String^, String^, String^, String^, SqlException^) | Initializes a new instance of the SqlExecutionException class. |
Show:
