Aspose Exceptions list

Is there a listing of all the Aspose specific exceptions that can be generated for each Aspose product? This would be very helpful to see which exceptions could be thrown.

@chuckmnaspose,

Thanks for your inquiry. Unfortunately, there is no specific list for Aspose exceptions. However, you can find Aspose exceptions in Aspose products APIs. E.g. you can check the exceptions thrown by Aspose.Words.Document from here:

For Aspose.Cells, please check ExceptionType Enumeration. Hope this helps you.