0
Answer

Call Graph

didier.damiot

didier.damiot

20y
1.9k
1
Hello, I'm implementing an exception management application block in C# and I'm facing a problem. I would like to get a reference to the caller object of another object method I'm currently in, if it is possible. Let me precise that I don't want this reference to be a parameter of my method. Could anyone help me? Thanks, Didier