Class ErrorExecutingCommandException
Exception occurred when executing a command.
public class ErrorExecutingCommandException : Exception
- Inheritance
-
ErrorExecutingCommandException
Constructors
ErrorExecutingCommandException()
Initializes a new instance of the ErrorExecutingCommandException class.
public ErrorExecutingCommandException()
ErrorExecutingCommandException(string)
Initializes a new instance of the ErrorExecutingCommandException class.
public ErrorExecutingCommandException(string message)
Parameters
message
stringError message with details about the error.