C# Class Steeltoe.Tooling.ShellException

Represents errors in shell invocations.
Inheritance: Exception
Mostra file 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