[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
__ClsSetError( xError ) Generates a Runtime Error
------------------------------------------------------------------------------
PARAMETER:
<xError> > Is either an Error Object for the runtime Error to
generate, or a numerical ErrorCode that can be used in
your Error Handler to trigger a special event.
DESCRIPTION:
_ClsSetError() creates a Runtime Error. It is often used with
_GenError()
EXAMPLE:
+--------------------------------------------------------------+
| /* Create an Objects Error */ |
| |
| _ClsSetError( _GenError( 25, "TSTRING", "MYMETHOD" )) |
| |
+--------------------------------------------------------------+
SOURCE:
Not Provided
See Also:
_GenError
ERROR HANDLER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson