Table of Contents

Class InconsistentDataException

Namespace
Payetools.Common.Diagnostics
Assembly
Payetools.Common.dll

Exception that is thrown when inconsistent data is detected, for example, when a tax code regime is invalid for the tax year in question.

public class InconsistentDataException : Exception, ISerializable
Inheritance
InconsistentDataException
Implements
Inherited Members

Constructors

InconsistentDataException(string)

Initialises a new instance of the InconsistentDataException class.

public InconsistentDataException(string message)

Parameters

message string

Human-readable text providing further details on the exception.