Skip to main content

BaseValidationError(Object, Exception) 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
)

Parameters

Name Type
errorContent Object
exception Exception
See Also