Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.50. Error 92 - OLE error.
The associated subcodes are:
900
message
.
901
An unknown OLE error occurred (HRESULT=
hresult
).
902
Cannot convert OLE VARIANT to REXX object: The conversion of the VARIANT type
varianttype
into a REXX object failed.
903
Cannot convert REXX object to OLE VARIANT: The conversion of
rexx_object
into a VARIANT failed.
904
The number of elements provided to the method or property is different from the number of parameters accepted by it.
905
One of the parameters is not a valid VARIANT type.
906
OLE exception:
exc_name
.
907
The requested method does not exist, or you tried to set the value of a read-only property.
908
One of the parameters could not be coerced to the desired type.
909
One or more of the parameters could not be coerced to the desired type. The first parameter with incorrect type is argument
index
.
910
A required parameter was omitted.
911
Could not create OLE instance.
912
The object invoked has disconnected from its clients.
Prev
C.1.49. Error 91 - No result object.
Up
Home
Next
C.1.51. Error 93 - Incorrect call to method.