Next Previous Up Top Contents Index

8.5 Error handling

ole-error

Function

Summary

Signals an <ole-error> with the specified parameters.

Signature

ole-error status context instance #rest args 

Arguments

status
An instance of <SCODE>. Required.

context
An instance of false-or(<string>). Default value: #f.

instance
An instance of <interface>.

args
An instance of <sequence>. Default value: #().

Values

None; the function does not return.

Library

COM

Module

COM

Description

Signals an <ole-error> with the specified parameters.

The context argument is intended to be the name of the function that returned the status code (status, an instance of <SCODE>); the instance argument is the interface the function was operating on; and you can list relevant function arguments for information purposes by passing them as args.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index