How can I modify the list of configurable warnings and errors?

Viewed 142

In VB projects, there's a list of specific kinds of compiler errors that you can configure to be ignored or treated as warnings or errors:

enter image description here

Is there a way to add other error types to this list? I've got a certain class of compiler warning that I would like to make an error instead, but it's not on the list and I can't find a way to modify this behavior.

1 Answers
Related