On Tue, 2002-05-21 at 21:27, Lawrence Pit wrote:

> +             public static string StackTrace {
> +                     get {
> +                             try {
> +                                     throw new Exception ();
> +                             } catch (Exception e) {
> +                                     return e.StackTrace;
> +                             }
>                       }
>               }

Hi Lawrence,

AFAIK this will always create a trace with only one frame, namely the
"public static string StackTrace" frame itself. Please can you verify
that this produces the right result, compatible with the Microsoft
implementation?

- Dietmar



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to