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