C# Class Hpdi.Vss2Git.ProcessExitException

Exception thrown when a process exits with a non-zero exit code.
Inheritance: ProcessException
Exibir arquivo Open project: abevoelker/vss2git

Public Methods

Method Description
ProcessExitException ( string message, string executable, string arguments, string stdout, string stderr ) : System

Method Details

ProcessExitException() public method

public ProcessExitException ( string message, string executable, string arguments, string stdout, string stderr ) : System
message string
executable string
arguments string
stdout string
stderr string
return System