Why the manual raised Transient Error exceptions are handled as an AggregateException?
问题 When I try to raise transient exception manually, it is always handled as AggregateException . Since it is handled as AggregateException , it is not handled as transient error in my retry policy and not retried for the predefined retry count. Transient errors are shown here . Therefore I have tried CommunicationException and ServerErrorException but it is handled as an AggregateException. When I look for AggregateException, it says "Represents one or more errors that occur during application