In C# and in Java (and possibly other languages as well), variables declared in a \"try\" block are not in scope in the corresponding \"catch\" or \"finally\" blocks. For e
If the assignment operation fails your catch statement will have a null reference back to the unassigned variable.