exception documentation

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