-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process.Start() failure should include path (#46417)
* Adding ProcessStartException * Reverting ProcessStartException * First version * Fixing merge issue * Using interop call instead of intermediate exception to get error msg * Fixing typo * Change checks for exception message * Update src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs Co-authored-by: Adam Sitnik <[email protected]> * Update src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs Co-authored-by: Adam Sitnik <[email protected]> * Using common method to create exception and updating error message * Fixing merge mistake * Using AssertExtensions.ThrowsContains * Fixing code for unix * Address PR feedback * Apply suggestions from code review Co-authored-by: Stephen Toub <[email protected]> * Fix ErrorInfo type reference Co-authored-by: Adam Sitnik <[email protected]> Co-authored-by: Jeff Handley <[email protected]> Co-authored-by: Jeff Handley <[email protected]> Co-authored-by: Stephen Toub <[email protected]>
- Loading branch information
1 parent
2e2670e
commit 720279c
Showing
8 changed files
with
51 additions
and
30 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters