Stan Learns Linux
This contains information I am learning need to remember about Linux.
Tuesday, June 22, 2010
How to Ignore an Exception
try
{
// try something that might throw an exception here.
}
catch (...)
{
// exception will be caught but ignored.
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment