C# 클래스 GitSharp.CLI.Die

Indicates a TextBuiltin implementation has failed during execution.

Typically the stack trace for a Die exception is not shown to the user as it may indicate a simple error condition that the end-user can fix on their own, without needing a screen of stack frames.

상속: System.Exception
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
Die ( string why ) : System

Construct a new message explaining what has gone wrong.

메소드 상세

Die() 공개 메소드

Construct a new message explaining what has gone wrong.
public Die ( string why ) : System
why string The message to show to the end-user.
리턴 System