DefaultEvents.OnTaskFailed(TaskHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This event is raised by the task host when it fails.
public:
virtual void OnTaskFailed(Microsoft::SqlServer::Dts::Runtime::TaskHost ^ taskHost);
public virtual void OnTaskFailed (Microsoft.SqlServer.Dts.Runtime.TaskHost taskHost);
abstract member OnTaskFailed : Microsoft.SqlServer.Dts.Runtime.TaskHost -> unit
override this.OnTaskFailed : Microsoft.SqlServer.Dts.Runtime.TaskHost -> unit
Public Overridable Sub OnTaskFailed (taskHost As TaskHost)