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.OutOfMemoryException」が発生する #2

Open
dodonki1223 opened this issue Oct 25, 2017 · 0 comments

Comments

@dodonki1223
Copy link
Owner

String型の変数にファイルのリストを文字列化したものをセットする時に発生する

【例外通知イベントハンドラ】
Application.ThreadException

【エラー内容】
種類 'System.OutOfMemoryException' の例外がスローされました。

【スタックトレース】
場所 System.Text.StringBuilder.ToString()
場所 FolderFileList.OutputDelimiterText._ConvertDataTableToOutputText(DataTable pTargetDt, String pDelimiter)
場所 FolderFileList.frmResultGridView._CreateOutputTextData(DataTable pGridViewData, Delimiter pDelimiter)
場所 FolderFileList.frmResultGridView._GetOutputFileText(OutputFileFormat pFileFormat)
場所 FolderFileList.frmResultGridView.VB$StateMachine_3_btnCsvOutput_Click.MoveNext()
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
場所 System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)

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