gatosyocora / VRCPhotoAlbum

Photo Viewer for VRChat user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB追加用Queueから削除する際に例外が出る

gatosyocora opened this issue · comments

AdditionalQueue.Remove()

例外がスローされました: 'System.ArgumentOutOfRangeException' (System.Private.CoreLib.dll の中)
型 'System.ArgumentOutOfRangeException' の例外が System.Private.CoreLib.dll で発生しましたが、ユーザー コード内ではハンドルされませんでした
Index was out of range. Must be non-negative and less than the size of the collection.

try catchで例外を適切に対処すると良さそう
DB追加用のデータが入ったCollectionから追加済みのものを削除する部分なので
アプリケーションの動作にはクリティカルではない

7a61cf9 で他の例外も含めて対応