Select from following answers:- Source
- InnerException
- TargetSite

- None of these
- All Above
TargetSite is the property of Exception class
gives us the method name
Source: name of the application.
InnerException:
gives all exception details in case of nested exceptions.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator