Constructor.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub New( _
ByVal nCode As SmartCardApiExceptionCode, _
ByVal aInnerException As Exception _
)
This language is not supported or no code example is available.
public SmartCardApiException(
SmartCardApiExceptionCode nCode,
Exception aInnerException
)
This language is not supported or no code example is available.
public:
SmartCardApiException(
SmartCardApiExceptionCode nCode,
Exception^ aInnerException
)
This language is not supported or no code example is available.
Parameters
- nCode
-
Type: SmartCardApiExceptionCode
.
- aInnerException
-
Type: Exception
The inner exception.