[Ironpython-users] PINVOKE exception from loaded .NET assembly
Djordje Spasic
issworld2000 at yahoo.com
Tue Nov 17 05:12:55 EST 2015
Hi Markus,
Thank you for the reply.
How can I access the inner exception in ironpython?
I tried this:
import clr
clr.AddReferenceToFileAndPath("c:/gdal/gdal2bb/gdal_csharp.dll")
import OSGeo.GDAL as gdalc
try:
gdalc.Gdal.AllRegister()
except System.Exception as e:
print e.Message
But it raises the same message:
The type initializer for 'OSGeo.GDAL.GdalPINVOKE' threw an exception.
So this is not an inner exception?
Regards,
Djordje
From: Markus Schaber <m.schaber at codesys.com>
To: Djordje Spasic <issworld2000 at yahoo.com>
Sent: Tuesday, November 17, 2015 7:57 AM
Subject: RE: [Ironpython-users] PINVOKE exception from loaded .NET assembly
Hello,
From: Djordje
> I am trying call a method from loaded .NET assembly in python, but for some reason, I am getting a PINVOKE exception. Is there some way to print what is the reason for that exception?
Maybe you could try to access the inner exception?
Best regards
Markus Schaber
CODESYS® a trademark of 3S-Smart Software Solutions GmbH
Inspiring Automation Solutions
________________________________________
3S-Smart Software Solutions GmbH
Dipl.-Inf. Markus Schaber | Product Development Core Technology
Memminger Str. 151 | 87439 Kempten | Germany
Tel. +49-831-54031-979 | Fax +49-831-54031-50
E-Mail: m.schaber at codesys.com | Web: codesys.com | CODESYS store: store.codesys.com
CODESYS forum: forum.codesys.com
Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915
________________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received
this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure
or distribution of the material in this e-mail is strictly forbidden.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20151117/ef70a519/attachment.html>
More information about the Ironpython-users
mailing list