Skip to main content
All docs
V25.2
  • TenantNotFoundException(String) Constructor

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

    Namespace: DevExpress.ExpressApp.MultiTenancy

    Assembly: DevExpress.ExpressApp.v25.2.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public TenantNotFoundException(
        string tenantName
    )

    Parameters

    Name Type Description
    tenantName String

    The tenant name.

    See Also