LicenseExceededException Class | 
 
            The exception that is thrown when the limits imposed by the license(s) have been
            exceeded.
            
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic sealed class LicenseExceededException : Exception
Public NotInheritable Class LicenseExceededException
	Inherits Exception
public ref class LicenseExceededException sealed : public Exception
[<SealedAttribute>]
type LicenseExceededException =  
    class
        inherit Exception
    end
See Also