S
Stanislaw Tristan
Problem:
I created a custom exception that inherits from Exception and added a some
of new properties. All new properties filled in the constructors. When I
throwing this custom exception and go to the snapshot viewer the last shows
only properties of Exceptions, the new properties are not shown.
Question:
How to show new properties of Exception-descendants in the snapshot viewer
(such as, for example, SqlException shows Procedure, Line and etc.)?
I created a custom exception that inherits from Exception and added a some
of new properties. All new properties filled in the constructors. When I
throwing this custom exception and go to the snapshot viewer the last shows
only properties of Exceptions, the new properties are not shown.
Question:
How to show new properties of Exception-descendants in the snapshot viewer
(such as, for example, SqlException shows Procedure, Line and etc.)?