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
Syntaxpublic UnsupportedDataTypeException(
AttributeType expected,
Type actual
)
Public Sub New (
expected As AttributeType,
actual As Type
)
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