ImporterAbortException Constructor (String, Exception) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Exceptions
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic ImporterAbortException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
Parameters
- message
 - Type: SystemString
The message. - innerException
 - Type: SystemException
The inner exception. 
See Also