ClearImageNet reports errors through ClearImageException object. Errors should be handled by try/catch in your .NET applications.
To identify the nature of an error:
Verify that error comes from ClearImageNet
uses catch (ClearImageException ex)
ORCheck that Exception.Source is ClearImageNet
Examine Exception.Message to get the error explanation
Examine Exception.StackTrace to identify which method call caused the error
The most common error is a call to an unlicensed method after the 60 day evaluation period has expired. Purchase and register the appropriate ClearImage product.
NOTE: If you encounter an error message that you can not interpret, contact Inlite Support