TypeConverterMissingException Constructor (String, String) |
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 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