Home C# What’s the C# syntax to catch any possible exception?
What’s the C# syntax to catch any possible exception? E-mail
User Rating: / 0
PoorBest 
A catch block that catches the exception of type System.Exception.  You can also omit the parameter data type in this case and just write catch {}.
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
 

Related links

Related Links:

Related Images

Related Links: