Login
Remember
Register
Ask a Question
What you mean by inner exception in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
What you mean by inner exception in C#?
inner-exception
inner-exception-in-c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Inner exception is a property of exception class which will give you a brief insight of the exception i.e, parent exception and child exception details.
...