From: Eugene H. <mr...@ma...> - 2002-12-21 06:34:56
|
Hi, FbError class not implemented [Serializable] attribute. It's needed to send errors over network (using Remoting) from server application to client side. It's enough to do follow: //FbError.cs ... [Serializable] public sealed class FbError ... Greeting, Eugene Hrulev. |