Class CheckDigitMismatchException
Check digits value mismatch exception
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CheckDigitMismatchException : CheckDigitException, ISerializable
Constructors
CheckDigitMismatchException(string, string, string)
Initializes a new instance of the exception
Declaration
public CheckDigitMismatchException(string message, string checkValue, string checkedValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message |
| string | checkValue | The check value |
| string | checkedValue | The invalid character |
Properties
CheckedValue
The checked value
Declaration
public string CheckedValue { get; }
Property Value
| Type | Description |
|---|---|
| string |