Creates a DataValue instance of a given data type and with a provided error value.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- dataType
- Type: Spotfire.Dxp.Data DataType
A non-null DataType instance.
- errorValue
- Type: Spotfire.Dxp.Data DataErrorValue
The initial error value. If null, the IsNullValue will be true.
Return Value
Type: DataValueA new DataValue instance.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | If the data type is null. |
Version Information
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also