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
When the exception fires you can see it's type. The smart thing to do is handle that case and display a graceful message to your user if possible.