exception documentation
class IntroduceReaderException(BaseSCardException):
Constructor: IntroduceReaderException(hresult, readername)
Raised when scard fails to introduce a new reader to PCSC.
| Method | __init__ |
Constructor that stores the pcsc error status. |
| Instance Variable | readername |
Undocumented |
Inherited from BaseSCardException:
| Method | __str__ |
Returns a string representation of the exception. |
| Instance Variable | hresult |
Undocumented |
| Instance Variable | message |
Undocumented |