SqlExecutionException Constructor (String^)

 

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

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

public:
SqlExecutionException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

.NET Framework
Available since 2.0
Return to top
Show: