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
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
Name | Description | |
---|---|---|
CreateArgumentErrorValue | Obsolete.
Creates an argument error value.
| |
CreateGeneralError | Obsolete.
Creates a general-purpose error value.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DefaultError | Obsolete.
Gets a default error which can be used when no detailed information about an error is available.
| |
ErrorCode | Obsolete.
Gets the error code. The possible error codes are those defined
in the DataErrorCodes enumeration.
| |
ErrorMessage | Obsolete.
Gets the error message. This is a string describing why the value
is invalid.
| |
LocalizedErrorMessage | Obsolete.
Gets the localized error message. This is a localized version of the string
describing why the value is invalid.
|
Version Information
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