Interview Question
Qus: what are the commonly used exceptions in .Net?
Out Of Memory Exception, Arithmetic Exception, Null Reference Exception, Overflow Exception, Invalid Operation Exception, Argument Exception, Divide By Zero Exception,
Index Out Of Range Exception, Invalid Cast Exception, IO End Of Stream Exception, Argument Out Of Range Exception, Argument Null Exception, Stack Over flow Exception and so on.
Answers (2)
Index Out Of Range Exception, Invalid Cast Exception, IO End Of Stream Exception, Argument Out Of Range Exception, Argument Null Exception, Stack Over flow Exception and so on.