The exception that is thrown when the user tries to instantiate an object for which the iMIS instance is not licensed.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
[SerializableAttribute]
public class NotLicensedException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NotLicensedException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class NotLicensedException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Asi.iBO..::.NotLicensedException

See Also