#error
Error statements are generated using the #error
statement. When this statement is encountered, the text of the error message is output to stderr and execution stops.
#error [text]
Parameters
- text
This variable can include any characters.
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.