Get only Application Exceptions from Queue

Hi,

Does anyone know how to get only application exceptions from a queue?

I know Get Queue Items has an option to specify QueueItemStates and selecting Failed returns all exception items irrespective to business or application. I did research and found the property ProcessingExceptionType can return particular exceptions, but I am not sure how to use this to get only application exceptions.
Appreciate your response.

1 Like

I got this working. ProcessingExceptionType returns all exceptions and then filter for applications exceptions.
Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.