My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/SSIS Error descriptions in custom components
The new RSS feed is here
Following on from Jamies post on getting the error message from an error number. I wrote a help function for custom components. This can take either an error message in the awful form returned by the SSIS com components or an exception. The function gets the error number and calls the getErrorDescription method as in Jamies post.
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/SSIS Error descriptions in custom components