Multiple Aspose Errors throwing while debugging

Hi,

I have very simple code, merging 8 small powerpoint presentations into 1 big one. The code is ripped from your CloneSlide sample and works fine.

But if I turn up Exceptions -> Break into the debugger

I get inundated with following Aspose.Slides.PowerPointExceptions:

Frame is not an OleObjectFrame

Frame is not a VideoFrame

Frame is not an AudioFrame

over and over again. While this doesn't impact functionality, it is annoying when trying to debug other code and it can't be good on performance. Do you know of any way to circumvent this?

Cheers,

Dominic