Click or drag to resize

UnsupportedDataTypeException Constructor (AttributeType, 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
Syntax
public UnsupportedDataTypeException(
	AttributeType expected,
	Type actual
)

Parameters

expected
Type: Lithnet.ResourceManagement.ClientAttributeType
The data type that was expected
actual
Type: SystemType
The data type that was provided
See Also