Click or drag to resize
LicenseNotFoundException Class
The exception that is thrown when OpenInventor fails to find a valid license.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      OIV.InventorLicenseNotFoundException

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
[SerializableAttribute]
public sealed class LicenseNotFoundException : ApplicationException

The LicenseNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodLicenseNotFoundException
Initializes a new instance of the LicenseNotFoundException class.
Public methodLicenseNotFoundException(String)
Initializes a new instance of the LicenseNotFoundException class with the specified error message.
Public methodLicenseNotFoundException(String, Exception)
Initializes a new instance of the LicenseNotFoundException class with the specified error message and inner exception.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Remarks
LicenseNotFoundException is thrown when OpenInventor.Net product manager cannot find a valid license for a required OpenInventor.Net extension.
See Also