PDA

View Full Version : Obtain Original exception


Paul Sjoerdsma
04-Apr-2007, 12:59 PM
Hi,

On our application server we throw our own exceptions, these all
inherited of base exception type EPSPException that contain an
- ErrorCode (int) property and
- ErrorString (string) property


on the client we catch these exceptions and I try to obtain these
properties like so
EPSPException(ExceptionInfo.ExceptionObject).Error String
EPSPException(ExceptionInfo.ExceptionObject).Error Code


However these are always empty.

Any ideas??

regards
Paul

admin
14-Apr-2007, 06:36 AM
What Eurekalog version do you use?
Are you able to create and send to me a source demo capable to reproduce this problem, please?