| ImporterAbortException Constructor (String) | 
  
    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)
Syntaxpublic ImporterAbortException(
	string message
)
Public Sub New ( 
	message As String
)
Parameters
- message
 - Type: SystemString
The message. 
See Also