Click or drag to resize
GeneratorAbortException Constructor (String, ITask)
CTor

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Exceptions
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public GeneratorAbortException(
	string message,
	ITask abortingTask
)

Parameters

message
Type: SystemString
exception message
abortingTask
Type: SD.LLBLGen.Pro.ApplicationCoreITask
ITask instance which threw this exception.
See Also