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