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

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