Creates a new PivCardException instance from a CardModule.PIV API error code.
Namespace:
CardWerk.SmartCard.CardModule.PIV
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)
Public Sub New( _
ByVal nErrorCode As PivCardErrorCode _
)
This language is not supported or no code example is available.
public PivCardException(
PivCardErrorCode nErrorCode
)
This language is not supported or no code example is available.
public:
PivCardException(
PivCardErrorCode nErrorCode
)
This language is not supported or no code example is available.
Parameters
- nErrorCode
-
Type: PivCardErrorCode
The error indicating integer value returned by a SmartCardAPI.CardModule.PIV API call. Use a type cast to coerce the integer value into a PivCardErrorCode type.