Which of the following is not true for .NET exception?
Options
- All exceptions in .NET are derived from Exception base class
- Exceptions can’t be generated programmatically
- We have system exceptions and application exceptions in .NET
CORRECT ANSWER : Exceptions can’t be generated programmatically
Write your comments