Login
Remember
Register
Ask a Question
List out two different types of errors in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
List out two different types of errors in C#?
c#-errors
c#-error
c-sharp-errors
c-sharp-error
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Below are the types of errors in C# -
Compile Time Error
Run Time Error
...