Constructor.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub New( _
ByVal exceptionCode As CardTerminalExceptionCode, _
ByVal aInnerException As Exception _
)
This language is not supported or no code example is available.
public CardTerminalException(
CardTerminalExceptionCode exceptionCode,
Exception aInnerException
)
This language is not supported or no code example is available.
public:
CardTerminalException(
CardTerminalExceptionCode exceptionCode,
Exception^ aInnerException
)
This language is not supported or no code example is available.
Parameters
- exceptionCode
-
Type: CardTerminalExceptionCode
.
- aInnerException
-
Type: Exception
The inner exception.
Marc, 9/29/2022.