VirtualValueRequestSetErrorResult Method TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

Sets the result value of this request to an error value, with the provided error message. The error message may not be null or an empty string.

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

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

Parameters

message
Type: SystemString
The error message, may not be null or an empty string.
Exceptions

ExceptionCondition
ArgumentNullException If the message parameter is null.
ArgumentException If the message parameter is an empty string.
Version Information

Obsolete (compiler warning) in 7.6
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
Obsolete (compiler warning) in 5.0
See Also

Reference