InvalidConversionException(String, Exception) Constructor

Creates a new instance of InvalidConversionException

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
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.

See Also