C# Class Steeltoe.Tooling.ShellException

Represents errors in shell invocations.
Inheritance: Exception
Afficher le fichier Open project: SteeltoeOSS/Tooling

Méthodes publiques

Méthode Description
ShellException ( string message ) : System

Creates a new ShellException.

Method Details

ShellException() public méthode

Creates a new ShellException.
public ShellException ( string message ) : System
message string Exception message.
Résultat System