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

JsonDataSourceException(String) Constructor

Creates a new instance of the JsonDataSourceException class with specified settings.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public JsonDataSourceException(
    string message
)

Parameters

Name Type Description
message String

The error message.

See Also