AUTOGetExceptInfo

DFAUTO Subroutine: Retrieves the exception information when a method has returned an exception status.

Modules: USE DFAUTO

Syntax

CALL AUTOGetExceptInfo (invoke_args, code, source, description, help_file, help_context, scode)

invoke_args
The argument list data structure. Must be of type INTEGER(4) on ia32 processors; INTEGER(8) on ia64 processors.


code
An output argument that returns the error code. Must be of type INTEGER(2).


source
An output argument that returns a human-readable name of the source of the exception. Must be of type CHARACTER*(*).


description
An output argument that returns a human-readable description of the error. Must be of type CHARACTER*(*).


help_file
An output argument that returns the fully qualified path of a Help file with more information about the error. Must be of type CHARACTER*(*).


help_context
An output argument that returns the Help context of the topic within the Help file. Must be of type INTEGER(4).


scode
An output argument that returns an SCODE describing the error. Must be of type INTEGER(4).