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
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