DataErrorValue Members TIBCO Spotfire 6.0 API Reference
The DataErrorValue type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateArgumentErrorValueObsolete.
Creates an argument error value.
Public methodStatic memberCreateGeneralErrorObsolete.
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.)
Back to Top
Properties

  NameDescription
Public propertyStatic memberDefaultErrorObsolete.
Gets a default error which can be used when no detailed information about an error is available.
Public propertyErrorCodeObsolete.
Gets the error code. The possible error codes are those defined in the DataErrorCodes enumeration.
Public propertyErrorMessageObsolete.
Gets the error message. This is a string describing why the value is invalid.
Public propertyLocalizedErrorMessageObsolete.
Gets the localized error message. This is a localized version of the string describing why the value is invalid.
Back to Top
See Also