O
Onur \Xtro\ ER
I need the name of current running method name for exception reporting. does
..NET have such a thing ?
example : (in delphi language)
Procedure TMyClass.MyMethod;
Begin
WriteLn(....some code here...) // writes 'MyMethod' to the
console with the help of '...some code...'
End;
is it possible to get the name of current running method ?
..NET have such a thing ?
example : (in delphi language)
Procedure TMyClass.MyMethod;
Begin
WriteLn(....some code here...) // writes 'MyMethod' to the
console with the help of '...some code...'
End;
is it possible to get the name of current running method ?