This documentation is archived and is not being maintained.
SqlExecutionException Constructor
Visual Studio 2010
Initializes a new instance of the SqlExecutionException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: