Description
Querying myProcess.StartTime throws on Linux if process has already exited.
Reproduction Steps
Wait for the process to exit and query the StartTime property. Throws an exception.
Expected behavior
It should return the start time just like on Windows.
Actual behavior
It throws:
Unable to retrieve the specified information about the process or thread. It may have exited or may be privileged.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response