Initializes a new CommandExecutionException instance with the specified error message.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public CommandExecutionException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
CommandExecutionException(
	String^ message
)

Parameters

message
Type: System..::.String
Error message describing the reason this exception occurred.

See Also