InvalidConversionException(String, Exception) Constructor
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public InvalidConversionException(
string message,
Exception innerException
)
Parameters
- message String
- A message to send to the end user.
- innerException Exception
- The exception that is the cause of the current
exception. If the innerException parameter is not a null reference,
the current exception is raised in a catch block that handles
the inner exception.