Show / Hide Table of Contents

Class CheckDigitMismatchException

Check digits value mismatch exception

Inheritance
object
Exception
ScriptException
CheckDigitException
CheckDigitMismatchException
Implements
ISerializable
Inherited Members
CheckDigitException.CheckValue
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CheckDigitMismatchException : CheckDigitException, ISerializable

Constructors

View Source

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

View Source

CheckedValue

The checked value

Declaration
public string CheckedValue { get; }
Property Value
Type Description
string

Implements

ISerializable

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
  • View Source
☀
☾
Back to top Generated by DocFX