C# Class GitException, freshli-cli

Inheritance: Exception
Exibir arquivo Open project: corgibytes/freshli-cli Class Usage Examples

Public Methods

Method Description
GitException ( string message ) : System,
GitException ( string message, Exception, innerException ) : System,

Protected Methods

Method Description
GitException ( SerializationInfo, info, StreamingContext, context ) : System,

Method Details

GitException() protected method

protected GitException ( SerializationInfo, info, StreamingContext, context ) : System,
info SerializationInfo,
context StreamingContext,
return System,

GitException() public method

public GitException ( string message ) : System,
message string
return System,

GitException() public method

public GitException ( string message, Exception, innerException ) : System,
message string
innerException Exception,
return System,