Skip to main content
All docs
V25.1
  • JsonDataSourceException(String, Exception) Constructor

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

    Namespace: DevExpress.DataAccess.Json

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public JsonDataSourceException(
        string message,
        Exception innerException
    )

    Parameters

    Name Type Description
    message String

    The error message.

    innerException Exception

    The inner exception.

    See Also