DataErrorValue Class TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

Represents a data error value. Contains some information about the reason why a value is invalid. Instances of this class are immutable.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataDataErrorValue

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

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

The DataErrorValue type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateArgumentErrorValue Obsolete.
Creates an argument error value.
Public methodStatic memberCreateGeneralError Obsolete.
Creates a general-purpose error value.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberDefaultError Obsolete.
Gets a default error which can be used when no detailed information about an error is available.
Public propertyErrorCode Obsolete.
Gets the error code. The possible error codes are those defined in the DataErrorCodes enumeration.
Public propertyErrorMessage Obsolete.
Gets the error message. This is a string describing why the value is invalid.
Public propertyLocalizedErrorMessage Obsolete.
Gets the localized error message. This is a localized version of the string describing why the value is invalid.
Top
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