I am writing a program in C#, and I want to catch exceptions caused by converting \"\" (null) to int. What is the exception\'s name?
EDIT: I\'m not sur
As a side note, a simple way to find out the exception is to run it. When you encounter the error, it'll give you the exception name.