franklin gray [mailto:[EMAIL PROTECTED]] wrote:

> I found my problem.  I took out this line which was in many
> implimented methods and properties.  It works now.  Anybody
> know why this would cause a problem with serialization?
>
> Throw New NotSupportedException()

Well... if it was in a property get or set, of course it makes sense that
serialization would fail. Serialization is just running down your properties
and getting/setting them. If you throw an exception of any kind the
serializer is just gonna let it bubble up.

Later,
Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to