You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.Dictionary
2.Insert(TKey key, TValue value, Boolean add) at SaintCoinach.Ex.DataSheet
1.CreatePartialSheet(Range range) \SaintCoinach\Ex\DataSheet.cs:line 117at SaintCoinach.Ex.DataSheet
1.CreateAllPartialSheets() in \\SaintCoinach\\Ex\\DataSheet.cs:line 108 at SaintCoinach.Ex.DataSheet
1.ContainsRow(Int32 row) in \SaintCoinach\Ex\DataSheet.cs:line 136at SaintCoinach.Ex.MultiSheet
2.ContainsRow(Int32 row) in \\SaintCoinach\\Ex\\MultiSheet.cs:line 102 at SaintCoinach.Xiv.XivSheet
1.ContainsRow(Int32 row) in \SaintCoinach\Xiv\XivSheet.cs:line 118The text was updated successfully, but these errors were encountered: