Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.ArgumentException in DataSheet.cs #48

Open
szalkerous opened this issue Dec 15, 2018 · 0 comments
Open

System.ArgumentException in DataSheet.cs #48

szalkerous opened this issue Dec 15, 2018 · 0 comments

Comments

@szalkerous
Copy link

It is possible to throw a System.ArgumentException in DataSheet.cs on the line:

[code]_PartialSheets.Add(range, partial);[/code]

Full exception:
"System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at SaintCoinach.Ex.DataSheet1.CreatePartialSheet(Range range) \SaintCoinach\Ex\DataSheet.cs:line 117
at SaintCoinach.Ex.DataSheet1.CreateAllPartialSheets() in \\SaintCoinach\\Ex\\DataSheet.cs:line 108 at SaintCoinach.Ex.DataSheet1.ContainsRow(Int32 row) in \SaintCoinach\Ex\DataSheet.cs:line 136
at SaintCoinach.Ex.MultiSheet2.ContainsRow(Int32 row) in \\SaintCoinach\\Ex\\MultiSheet.cs:line 102 at SaintCoinach.Xiv.XivSheet1.ContainsRow(Int32 row) in \SaintCoinach\Xiv\XivSheet.cs:line 118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant