C# Класс Steeltoe.Tooling.ShellException

Represents errors in shell invocations.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
ShellException ( string message ) : System

Creates a new ShellException.

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

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

Creates a new ShellException.
public ShellException ( string message ) : System
message string Exception message.
Результат System