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

DataSourceUnsafeConnectionException(String) Constructor

Initializes a new instance of the DataSourceUnsafeConnectionException class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public DataSourceUnsafeConnectionException(
    string dataSourceName
)

Parameters

Name Type Description
dataSourceName String

A String object that is a name of the data source for which the exception is raised.

See Also