Skip to content

Visual Studio

Visual Studio ArgumentNullException Code Snippet

I assume that the ArgumentNullException is one of the exceptions that is implemented the most times in any code project.

So to save time I created a little code snippet for Visual Studio that dynamically inserts the typically ArgumentNullException implementation for any parameter. You just type the parameter name by using IntelliSense and the rest is magic 😉

Read More »Visual Studio ArgumentNullException Code Snippet