[Ikvm-developers] Extension Method for System.Extention.printStackTrace() not found
Brought to you by:
jfrijters
|
From: Ryan T. <rya...@ho...> - 2013-08-13 17:51:51
|
I’m trying to get the underlying Java Exceptions that are
being raised by Saxon.
I’ve referenced all the IKVM DLL’s and it still throws
errors.
I’m using the latest version of IKVM (7.1.4532)
running .NET 2.0
using Saxon.Api;
using ikvm.extensions;
using IKVM.Runtime;
try
{
}
catch (System.Exception
e)
{
e.printStackTrace();
}
Error:
Error 68 'System.Exception'
does not contain a definition for 'printStackTrace'
Thoughts?
Ryan Ternier
|