swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
      Other Library Functions  
function   new-io-exception    

Library: omioe - I/O exception support
Include: omioe.xin
Return type: Opaque
Returns:       

Declaration

  define io-exception function new-io-exception


Purpose

This function returns a newly created "io-exception" opaque type object which has no bits set in its status.

Example:

  ; Using "new-io-exception" to re-initialize an "io-exception" object passed to
  ; a function.

  define function open-a-file (modifiable stream this-stream,
                               value stream this-file-name,
                               modifiable io-exception this-exception) as
     set this-exception to new-io-exception
     open this-stream as output-file this-file-name
                       exceptions-to this-exception

        Other Library Functions
   get-exception-status
   io-exception-text
   new-io-exception
   set-voluntary-end-exception
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:07:34 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.