Click or drag to resize
Grid Solutions Framework

DataSourceValueGroupTFromException Method

Creates a new DataSourceValueGroupT for an exception.

Namespace: GrafanaAdapters.Model.Common
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public static DataSourceValueGroup<T> FromException(
	QueryParameters queryParameters,
	string syntaxError
)
View Source

Parameters

queryParameters  QueryParameters
Source query parameters.
syntaxError  String
Exception message.

Return Value

DataSourceValueGroupT
New DataSourceValueGroupT for an exception.
See Also