Serializing .NET custom exceptions

To make .NET custom exceptions visible in IBM® Integration Bus, you must serialize them.

About this task

To be visible in IBM Integration Bus, you must make .NET custom exceptions serializable, which means converting them into a state that can be persisted. For more information about serialization, see the Microsoft .NET framework documentation.