Skip to main content
All docs
V24.1

ProviderCustomAssemblyLoadingProhibitedException(String) Constructor

Initializes a new instance of the ProviderCustomAssemblyLoadingProhibitedException class with specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public ProviderCustomAssemblyLoadingProhibitedException(
    string assemblyPath
)

Parameters

Name Type
assemblyPath String
See Also