Skip to main content
A newer version of this page is available. .

ValidationFailedException(String) Constructor

Initializes a new instance of the ValidationFailedException class with the specified message.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ValidationFailedException(
    string message
)

Parameters

Name Type Description
message String

A String value, specifying the message displayed when a data source validation fails.

See Also