Ruby latest stable (v2_5_5) - 0 notes - Superclass: WIN32OLERuntimeError

Document-class: WIN32OLERuntimeError

Raised when OLE processing failed.

EX:

obj = WIN32OLE.new("NonExistProgID")

raises the exception:

WIN32OLERuntimeError: unknown OLE server: `NonExistProgID'
    HRESULT error code:0x800401f3
      Invalid class string
Show files where this class is defined (1 file)
Register or log in to add new notes.