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