Class PayrunPreviewRetroException
Inheritance
PayrunPreviewRetroException
Assembly: PayrollEngine.Core.dll
Syntax
public class PayrunPreviewRetroException : PayrunException, ISerializable
Constructors
PayrunPreviewRetroException()
Declaration
public PayrunPreviewRetroException()
PayrunPreviewRetroException(string)
Declaration
public PayrunPreviewRetroException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
PayrunPreviewRetroException(string, Exception)
Declaration
public PayrunPreviewRetroException(string message, Exception innerException)
Parameters
PayrunPreviewRetroException(string, string, DateTime?)
Declaration
public PayrunPreviewRetroException(string message, string employeeIdentifier, DateTime? retroDate)
Parameters
Properties
EmployeeIdentifier
Declaration
public string EmployeeIdentifier { get; }
Property Value
RetroDate
Declaration
public DateTime? RetroDate { get; }
Property Value
Implements
Extension Methods