Skip to main content
All docs
V25.1
  • ProviderCustomAssemblyLoadingProhibitedException(String) Constructor

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

    Namespace: DevExpress.DataAccess.Sql

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public ProviderCustomAssemblyLoadingProhibitedException(
        string assemblyPath
    )

    Parameters

    Name Type
    assemblyPath String
    See Also