From:
<car...@te...> - 2004-03-26 21:59:50
|
Hello: > When passing an FbException through Remoting, the Remoting service > throws another exception indicating that it cannot deserialize a > GdsException because it can’t find an appropriate constructor. Has > anyone else run into this problem? Huummm GdsException has the Serializable attribute too, but it's internal class, maybe i will need to change the way i'm throwing the FbException ( that is using the GdsException as InnerException ) or change this constructor: internal FbException(string message, GdsException ex) : base(message, ex) to internal FbException(string message, GdsException ex) : base(message) I think thi can solve the problem ... can you try it and comment the result ?? -- Best regards Carlos Guzmán álvarez Vigo-Spain |