/ Published in: C#
The Script Task uses the **Events** property of the **Dts** object to raise events.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Dts.Events.FireError(0, "Event Snippet", ex.Message + "\r" + ex.StackTrace, "", 0);
URL: http://msdn.microsoft.com/en-us/library/ms136031.aspx