ASP.NET Core MVC Controls | ComponentOne
C1.Util.Licensing Namespace / LicenseException Class
Members






In This Topic
    LicenseException Class
    In This Topic
    The exception for licensing.
    Object Model
    LicenseException Class
    Syntax
    'Declaration
     
    
    Public Class LicenseException 
       Inherits System.Exception
    'Usage
     
    
    Dim instance As LicenseException
    public class LicenseException : System.Exception 
    public class LicenseException = class(System.Exception)
    public class LicenseException extends System.Exception
    public __gc class LicenseException : public System.Exception 
    public ref class LicenseException : public System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          C1.Util.Licensing.LicenseException

    See Also