.net - What exception to use as base for fatal runtime exceptions in c#? -


i working on windows forms project , class library project in visual studio 2012.

if have 1 or more fatal runtime exceptions .net exception use base? know applicationexception used non-fatal application exception. dont see 1 .net recommends fatal application exception.

or define own base exception fatal runtime exceptions? if yes .net exception derive it?

thanks


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -