UnsupportedDataTypeException Constructor (Type, Type) |
Initializes a new instance of the UnsupportedDataTypeException class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic UnsupportedDataTypeException(
Type expected,
Type actual
)
Public Sub New (
expected As Type,
actual As Type
)
public:
UnsupportedDataTypeException(
Type^ expected,
Type^ actual
)
Parameters
- expected
- Type: SystemType
The data type that was expected - actual
- Type: SystemType
The data type that was provided
See Also