SqlExecutionException Constructor

Initializes a new instance of the SqlExecutionException class.

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.

Community Additions

ADD
Show: