C# 클래스 Steeltoe.Tooling.ShellException

Represents errors in shell invocations.
상속: Exception
파일 보기 프로젝트 열기: SteeltoeOSS/Tooling

공개 메소드들

메소드 설명
ShellException ( string message ) : System

Creates a new ShellException.

메소드 상세

ShellException() 공개 메소드

Creates a new ShellException.
public ShellException ( string message ) : System
message string Exception message.
리턴 System