T
Tomas Tichy
Hi,
In my errorhandling framework i would like to log error message after
exception is thrown. I do not want the programmer to do it explicitely, so i
would like to incorporate it into Exception derived class. I'm looking for
some sort of OnThrown override. I know the .NET doesnt provide anything like
this, but would it be possible to implement lets say using managed c++ ?
If not, what would be other suggested approach to this problem ?
Thanx for any hint.
T.
In my errorhandling framework i would like to log error message after
exception is thrown. I do not want the programmer to do it explicitely, so i
would like to incorporate it into Exception derived class. I'm looking for
some sort of OnThrown override. I know the .NET doesnt provide anything like
this, but would it be possible to implement lets say using managed c++ ?
If not, what would be other suggested approach to this problem ?
Thanx for any hint.
T.