SqlExecutionException Constructor (String^, Exception^)

 

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

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

public:
SqlExecutionException(
	String^ message,
	Exception^ innerException
)

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
Return to top
Show: