exception documentation
class BaseSCardException(Exception):
Known subclasses: smartcard.pcsc.PCSCExceptions.AddReaderToGroupException
, smartcard.pcsc.PCSCExceptions.EstablishContextException
, smartcard.pcsc.PCSCExceptions.IntroduceReaderException
, smartcard.pcsc.PCSCExceptions.ListReadersException
, smartcard.pcsc.PCSCExceptions.ReleaseContextException
, smartcard.pcsc.PCSCExceptions.RemoveReaderFromGroupException
Constructor: BaseSCardException(hresult, message, *args)
Base class for scard (aka PCSC) exceptions.
scard exceptions are raised by the scard module, i.e. low-level PCSC access to readers and cards.
Method | __init__ |
Constructor that stores the pcsc error status. |
Method | __str__ |
Returns a string representation of the exception. |
Instance Variable | hresult |
Undocumented |
Instance Variable | message |
Undocumented |
overridden in
smartcard.pcsc.PCSCExceptions.AddReaderToGroupException
, smartcard.pcsc.PCSCExceptions.EstablishContextException
, smartcard.pcsc.PCSCExceptions.IntroduceReaderException
, smartcard.pcsc.PCSCExceptions.ListReadersException
, smartcard.pcsc.PCSCExceptions.ReleaseContextException
, smartcard.pcsc.PCSCExceptions.RemoveReaderFromGroupException
Constructor that stores the pcsc error status.