Custom Exception types should be serializable
---------------------------------------------

                 Key: QPID-246
                 URL: https://issues.apache.org/jira/browse/QPID-246
             Project: Qpid
          Issue Type: Improvement
          Components: Dot Net Client
         Environment: .NET 1.1
            Reporter: Tomas Restrepo
            Priority: Minor


The custom Exception types defined by the .NET client should be serializable to 
ensure the client is easy to use from as many environments as possible. This is 
pretty important if used in contexts where COM interop is involved, including 
Enterprise Services.

This involves:
- Adding [Serializable] attributes to exception classes
- Implementing a serialization constructor
- Implemente ISerializable.GetObjectData() if needed.

Patch to fix this follows.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to