Share via


MsrBase.UnreadableCard(ErrorCode, Int32) Method

Definition

Called by the service object when the card data is unreadable.

protected void UnreadableCard (Microsoft.PointOfService.ErrorCode errorCode, int extendedErrorCode);
member this.UnreadableCard : Microsoft.PointOfService.ErrorCode * int -> unit
Protected Sub UnreadableCard (errorCode As ErrorCode, extendedErrorCode As Integer)

Parameters

errorCode
ErrorCode

Contains the error code, as defined by the ErrorCode enumeration.

extendedErrorCode
Int32

Contains one of the ExtendedError~ constants that describes the type of read error.

Applies to