Skip to main content

JsonDataSourceException(String) Constructor

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public JsonDataSourceException(
    string message
)

Parameters

Name Type Description
message String

The error message.

See Also