Interface IBuildSetTermination
Event handler for when the entire build process is terminated before completing. This can be triggered by throwing an exception during the build set.
Namespace: QFSW.BA.EventHandlers
Assembly: QFSW.BA.dll
Syntax
public interface IBuildSetTermination : IBuildEventHandlerMethods
OnBuildSetTermination(Exception)
Declaration
void OnBuildSetTermination(Exception e)Parameters
| Type | Name | Description | 
|---|---|---|
| Exception | e |