SynSoft .NET Libraries (release 3rd July 2003)

TypeCastException Constructor (Type, Type)

Constructs from the from and to types.

[Visual Basic]
Overloads Public Sub New( _
   ByVal from As Type, _
   ByVal to As Type _
)
[C#]
public TypeCastException(
   Type from,
   Type to
);

Parameters

from
The type from which casting was attempted
to
The type to which casting was attempted

See Also

TypeCastException Class | TypeCastException Members | SynSoft.Conversion Namespace | TypeCastException Constructor Overload List