C# Класс Hpdi.Vss2Git.ProcessException

Exception thrown while executing an external process.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessException ( string message, Exception innerException, string executable, string arguments ) : System
ProcessException ( string message, string executable, string arguments ) : System

Описание методов

ProcessException() публичный Метод

public ProcessException ( string message, Exception innerException, string executable, string arguments ) : System
message string
innerException System.Exception
executable string
arguments string
Результат System

ProcessException() публичный Метод

public ProcessException ( string message, string executable, string arguments ) : System
message string
executable string
arguments string
Результат System