Home > Contents > Index > 
THROWEXCEPTION
Halts further processing of the element.
Syntax
<THROWEXCEPTION/>Parameters
None.
Description
The
THROWEXCEPTIONtag halts further processing of the element. Text streamed prior to theTHROWEXCEPTIONin the element appears in the output.errno
The value of
errnois unchanged.Example
This example checks the value of
errnoand usesTHROWEXCEPTIONif the value is not 0 (zero). Iferrnodoes not equal0, the message is not be displayed.<IFCOND="Variables.errno!=0"> <THEN> <THROWEXCEPTION/> </THEN> </IF> Operation was successful.
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.