Class ActionException
Exception that is raised when an error occurred that kept a code factory command from finishing execution.
Inherited Members
Namespace: CodeFactory
Assembly: CodeFactory.dll
Syntax
public class ActionException : CodeFactoryException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceActionException(string, Exception)
Creates a command exception.
Declaration
public ActionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception |
Exception | innerException | The inner exception that occurred and to be added to this exception. |
ActionException(string)
Creates a command exception.
Declaration
public ActionException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception |