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
)
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