define your own exception classes
When do you consider it necessary to define your own exception classes?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Nov 12, 2013, 6:38 AM
yes agree with Vulpes, .net framework contain mostly all kind of exception types, if these are not sufficient for your requirement then you may create your own exception class.
Please refer
http://blog.gurock.com/articles/creating-custom-exceptions-in-dotnet/
hope this will help you.
VulpesPosted Nov 12, 2013, 5:44 AM