SqlExecutionException Constructor

 

Initializes a new instance of the SqlExecutionException class.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSqlExecutionException()

Initializes a new instance of the SqlExecutionException class using default values.

System_CAPS_pubmethodSqlExecutionException(String^)

Initializes a new instance of the SqlExecutionException class using the passed message.

System_CAPS_pubmethodSqlExecutionException(String^, Exception^)

Initializes a new instance of the SqlExecutionException class using the passed message and exception.

System_CAPS_pubmethodSqlExecutionException(String^, String^, String^, String^, String^, SqlException^)

Initializes a new instance of the SqlExecutionException class.

Return to top
Show: