Interface IBuildPlatformExcepted
Event handler for when an exception occurs during a build, causing it to fail without producing a report. This can also occur if the platform switch required for this build is unsuccessful.
Namespace: QFSW.BA.EventHandlers
Assembly: QFSW.BA.dll
Syntax
public interface IBuildPlatformExcepted : IBuildEventHandler
Methods
OnBuildPlatformExcepted(Platform, Exception)
Declaration
void OnBuildPlatformExcepted(Platform platform, Exception e)
Parameters
| Type | Name | Description |
|---|---|---|
| Platform | platform | |
| Exception | e |