RiotSharp
RiotSharp copied to clipboard
Question: System.AggregateException
I got this one:
Excepción producida: 'System.AggregateException' en mscorlib.dll
Please post the inner exceptions of the AggregateException
.
Sorry bother you, but I'm a beginner so I've no idea where I could find out that...
Update: I did this, so I got this one:
catch (AggregateException e) { Console.WriteLine(e.InnerExceptions); }
Excepción producida: 'System.AggregateException' en mscorlib.dll System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception]
Can you send me the name of the summoner for which this exception occurs?
Sure, DonJPM, Even though I've rewritten the code and now it works fine, maybe Riot's api did not work well at that time?
For me AggregateException appears when summoner does not exists.