show/hide this revision's text 3 added 17 characters in body

I agree with Nick. Exception you described is not really "unexpected exception" so you should design you code accordingly taking possible exceptions into account.

Also I would recommend to take a look at documentation of Microsoft Enterprise Library Exception Handling Block it has a nice outline of error handling patterns.

show/hide this revision's text 2 added 6 characters in body

I agree with Nick. Exception you described is not really "unexpected exception" so you should design you code accordingly taking possible exceptions into account.

Also I would recommend to take a look at Microsoft Enterprise Library Exception Handling Block it has a nice description outline of error handling patterns.

show/hide this revision's text 1

I agree with Nick. Exception you described is not really "unexpected exception" so you should design you code accordingly taking possible exceptions into account. Also I would recommend to take a look at Microsoft Enterprise Library Exception Handling Block it has nice description of error handling patterns.