[
https://issues.apache.org/jira/browse/QPID-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Greig resolved QPID-246.
-------------------------------
Resolution: Fixed
Fix Version/s: M2
Committed svn revision 492963
> 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
> Fix For: M2
>
> Attachments: QPID-246-2.diff, SerializableExceptions.diff
>
>
> 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