Skip to main content

ErrorInfo Class

Encapsulates error information on a specific property.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public class ErrorInfo

#Remarks

ErrorInfo objects are used to store error information on a business object's properties. The ErrorInfo.ErrorText and ErrorInfo.ErrorType properties specify the error information.

#Inheritance

Object
ErrorInfo
See Also