Exception: Winsvc::OSError
- Defined in:
- lib/winsvc.rb,
ext/winsvc/winsvc.c
Overview
A Windows API failure carries the originating error code (GetLastError), set on the exception in C.
Direct Known Subclasses
AccessDenied, Exists, MarkedForDelete, NotFound, TimeoutError
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
102 103 104 |
# File 'lib/winsvc.rb', line 102 def code @code end |