The DataErrorValue type exposes the following members.
Back to Top
Back to Top
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.
|
See Also