LicenseNotFoundException Constructor (String) |
Initializes a new instance of the LicenseNotFoundException
class with the specified error message.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public LicenseNotFoundException(
string message
)
Public Sub New (
message As String
)
public:
LicenseNotFoundException(
String^ message
)
new :
message : string -> LicenseNotFoundException
Parameters
- message
- Type: SystemString
A String that describes the error that occurred.
See Also