Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Steeltoe
Tooling
ShellException
C# Class Steeltoe.Tooling.ShellException
Represents errors in shell invocations.
Inheritance:
Exception
Datei anzeigen
Open project: SteeltoeOSS/Tooling
Public Methods
Method
Description
ShellException
(
string
message
) :
System
Creates a new ShellException.
Method Details
ShellException()
public
method
Creates a new ShellException.
public
ShellException
(
string
message
) :
System
message
string
Exception message.
return
System