Event Process.Error (gb)
Event Error ( Error As String )
Raised when there is data to be read on the standard error output of the process.
Unlike the
Read event, you receive the data via the
Error parameter
rather than using, for example,
LINE INPUT.