Class CheckDigitLengthException
Check digits value length exception
Implements
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CheckDigitLengthException : CheckDigitException, ISerializable
Constructors
View SourceCheckDigitLengthException(string, string, int)
Initializes a new instance of the exception
Declaration
public CheckDigitLengthException(string message, string checkValue, int minLength)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message |
| string | checkValue | The check value |
| int | minLength | The minimum length |
Properties
View SourceMinLength
The minimum length
Declaration
public int MinLength { get; }
Property Value
| Type | Description |
|---|---|
| int |