C# Class Hpdi.Vss2Git.ProcessException

Exception thrown while executing an external process.
Inheritance: System.Exception
ファイルを表示 Open project: abevoelker/vss2git

Public Methods

Method Description
ProcessException ( string message, Exception innerException, string executable, string arguments ) : System
ProcessException ( string message, string executable, string arguments ) : System

Method Details

ProcessException() public method

public ProcessException ( string message, Exception innerException, string executable, string arguments ) : System
message string
innerException System.Exception
executable string
arguments string
return System

ProcessException() public method

public ProcessException ( string message, string executable, string arguments ) : System
message string
executable string
arguments string
return System