Class CommandException
The payroll API error
Implements
Inherited Members
Namespace: PayrollEngine.Client.Command
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CommandException : Exception, ISerializable
Constructors
CommandException()
Initializes a new instance of the CommandException class.
Declaration
public CommandException()
CommandException(string)
Initializes a new instance of the CommandException class with a specified error message.
Declaration
public CommandException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |