Skip to main content

BaseValidationError(Object, Exception, ErrorType) Constructor

Initializes a new instance of the BaseValidationError class with specified settings.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public BaseValidationError(
    object errorContent,
    Exception exception,
    ErrorType errorType
)

Parameters

Name Type
errorContent Object
exception Exception
errorType ErrorType
See Also