DataErrorValueCreateArgumentErrorValue Method TIBCO Spotfire 7.5 API Reference

Note: This API is now obsolete.

Creates an argument error value.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("The data engine only delivers invalid or not. Specific error types are obsolete.")]
public static DataErrorValue CreateArgumentErrorValue(
	string message
)

Parameters

message
Type: SystemString
The error message.

Return Value

Type: DataErrorValue
A new DataErrorValue instance.
Version Information

Supported in: 5.0
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
See Also

Reference