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

ControllerDataSourceOptionsBuilder.ErrorHandler(String) Method

A function that is executed when an error occurs.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder ErrorHandler(
    string jsFunc
)

Parameters

Name Type
jsFunc String

Returns

Type
ControllerDataSourceOptionsBuilder
See Also