-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
📚 documentationPri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.Issues or PRs that relate to WinForms.help wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]
Description
OpenFileDialog.OpenFile()
is a thin wrapper around new FileStream()
. Thus, it will throw the same exceptions. Unlike SaveFileDialog.OpenFile()
which behaves differently on mono, this behavior is the same on .netfx, .netcore, and mono.
Please document that OpenFileDialog.OpenFile()
will throw IOException
if the file cannot be opened, such as if it was removed or renamed prior to calling OpenFile()
.
Metadata
Metadata
Assignees
Labels
📚 documentationPri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-WinFormsIssues or PRs that relate to WinForms.Issues or PRs that relate to WinForms.help wantedGood for community contributors to help [up-for-grabs]Good for community contributors to help [up-for-grabs]