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.9.0.0 (5.9.0)
Syntax public GeneratorAbortException(
string message,
ITask abortingTask,
Exception innerException = null
)
Public Sub New (
message As String,
abortingTask As ITask,
Optional innerException As Exception = Nothing
)
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