C# #warning and #error Directives
In some situations you may wish to purposefully cause compilation errors or warnings in your code. For example, a warning indicating that you are compiling in debug mode or an error for deprecated code. These can be added using preprocessor directives.
Tutorials > C# > Beginner
More from BlackWasp

Mail to a Friend  |  Permalink