Class PayrollException
Inheritance
PayrollException
Implements
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public class PayrollException : Exception, ISerializable
Constructors
PayrollException()
Declaration
public PayrollException()
PayrollException(string)
Declaration
public PayrollException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
PayrollException(string, Exception)
Declaration
public PayrollException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |