SynSoft .NET Libraries (release 3rd July 2003)

TypeCastException Constructor

Constructs from the from and to types.

Overload List

Constructs from the from and to types.

public TypeCastException(Type,Type);

Constructs from the from and to types, and a specific reason for the failure.

public TypeCastException(Type,Type,string);

See Also

TypeCastException Class | TypeCastException Members | SynSoft.Conversion Namespace