exception documentation
class ReleaseContextException(BaseSCardException):
Constructor: ReleaseContextException(hresult)
Raised when scard failed to release PCSC context.
| Method | __init__ |
Constructor that stores the pcsc error status. |
Inherited from BaseSCardException:
| Method | __str__ |
Returns a string representation of the exception. |
| Instance Variable | hresult |
Undocumented |
| Instance Variable | message |
Undocumented |