https://bugzilla.novell.com/show_bug.cgi?id=425512

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=425512#c1


Robert Jordan <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Robert Jordan <[EMAIL PROTECTED]>  2008-09-11 09:26:10 MDT 
---
In this hacky case, a runtime check would be more adequate:

    string fieldName = Type.GetType ("Mono.Runtime") != null
       ? "remote_stack_trace" : "_remoteStackTraceString";

    FieldInfo remoteStackTraceString = typeof(Exception).GetField(fieldName,
    BindingFlags.Instance | BindingFlags.NonPublic );


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to