RiotSharp icon indicating copy to clipboard operation
RiotSharp copied to clipboard

Question: System.AggregateException

Open SharkiCS opened this issue 5 years ago • 5 comments

I got this one:

Excepción producida: 'System.AggregateException' en mscorlib.dll

imagen

SharkiCS avatar Apr 22 '19 07:04 SharkiCS

Please post the inner exceptions of the AggregateException.

JanOuborny avatar Apr 22 '19 10:04 JanOuborny

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]

SharkiCS avatar Apr 22 '19 11:04 SharkiCS

Can you send me the name of the summoner for which this exception occurs?

JanOuborny avatar Apr 23 '19 13:04 JanOuborny

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?

SharkiCS avatar Apr 24 '19 02:04 SharkiCS

For me AggregateException appears when summoner does not exists.

skwiatko avatar Apr 24 '19 15:04 skwiatko