C# Class 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.

Inheritance: System.Exception
Mostrar archivo Open project: stschake/GitSharp

Public Methods

Method Description
Die ( string why ) : System

Construct a new message explaining what has gone wrong.

Method Details

Die() public method

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