| GeneratorAbortException Constructor (String, ITask) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Exceptions
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic GeneratorAbortException(
	string message,
	ITask abortingTask
)
Public Sub New ( 
	message As String,
	abortingTask As ITask
)
Parameters
- message
 - Type: SystemString
exception message - abortingTask
 - Type: SD.LLBLGen.Pro.ApplicationCoreITask
ITask instance which threw this exception. 
See Also