Click or drag to resize
LicenseNotFoundException Constructor (String, Exception)
Initializes a new instance of the LicenseNotFoundException class with the specified error message and inner exception.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public LicenseNotFoundException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
A String that describes the error that occurred.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also