Message generation directives
Message generation directives include the following:
The #error directive
, which defines text for a compile-time error message
The #warning directive
, which defines text for a compile-time warning message
The #line directive
, which supplies a line number for compiler messages
Related information
Conditional compilation directives