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