Show / Hide Table of Contents

Class PayrunPreviewRetroException

Inheritance
object
Exception
PayrollException
PayrunException
PayrunPreviewRetroException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
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
Type Name Description
string message
Exception innerException

PayrunPreviewRetroException(string, string, DateTime?)

Declaration
public PayrunPreviewRetroException(string message, string employeeIdentifier, DateTime? retroDate)
Parameters
Type Name Description
string message
string employeeIdentifier
DateTime? retroDate

Properties

EmployeeIdentifier

Declaration
public string EmployeeIdentifier { get; }
Property Value
Type Description
string

RetroDate

Declaration
public DateTime? RetroDate { get; }
Property Value
Type Description
DateTime?

Implements

ISerializable

Extension Methods

ExceptionExtensions.GetBaseMessage(Exception)
ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX