Represents the exception that is thrown when an error occurs when executing an
EndecaCommand.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[SerializableAttribute] public class CommandExecutionException : Exception |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class CommandExecutionException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class CommandExecutionException : public Exception |