LicenseNotFoundException Constructor (String, Exception) |
Initializes a new instance of the LicenseNotFoundException
class with the specified error message and inner exception.
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,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
LicenseNotFoundException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> LicenseNotFoundException
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