Sample Exceptions in C#
Error Types
Syntax Error: Compile type error is syntax error.
Exception error: Run time error is exception error.
Logical error: If you make a mistake in a program such as use
incorrect logic then show an error then it is called a logical error. “A
logical error occurs when an application compiles and runs properly but
does not produce the expected result.”
Exception
“An exception is termed as an abnormal condition...
Rss feed
Showing posts with label Exception In C#. Show all posts
Showing posts with label Exception In C#. Show all posts
Saturday, 8 November 2014
You Might Also Like
Developing Data-Centric Windows Applications using Java
Developing Data-Centric Windows Applications using Java Introduction The Core Java Programming and JDBC course provides an introd...