| TypeConverterMissingException Constructor (String, String, Exception) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Exceptions
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic TypeConverterMissingException(
	string missingTypeConverterName,
	string message,
	Exception innerException
)
Public Sub New ( 
	missingTypeConverterName As String,
	message As String,
	innerException As Exception
)
Parameters
- missingTypeConverterName
 - Type: SystemString
Name of the missing type converter. - message
 - Type: SystemString
The message. - innerException
 - Type: SystemException
The inner exception. 
See Also