Click or drag to resize

GeneratorAbortException Constructor (String, ITask, Exception)

CTor

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Exceptions
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public GeneratorAbortException(
	string message,
	ITask abortingTask,
	Exception innerException = null
)

Parameters

message
Type: SystemString
exception message
abortingTask
Type: SD.LLBLGen.Pro.ApplicationCoreITask
ITask instance which threw this exception.
innerException (Optional)
Type: SystemException
optional, the inner exception of this exception
See Also