SqlExecutionException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the SqlExecutionException class using the passed message and exception.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
-
Type:
System::String^
The error message that explains the reason for the exception.
- innerException
-
Type:
System::Exception^
The Exception encountered.
.NET Framework
Available since 2.0
Available since 2.0
Show: