Skip to main content
All docs
V26.1
  • SecurityLoadingLimitExceededException(String) Constructor

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

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    public SecurityLoadingLimitExceededException(
        string message
    )

    Parameters

    Name Type Description
    message String

    The exception message.

    See Also