C# Class Sep.Git.Tfs.Core.GitTfsException

Inheritance: System.Exception
ファイルを表示 Open project: pmiossec/git-tfs

Public Methods

Method Description
GitTfsException ( string message ) : System
GitTfsException ( string message, Exception e ) : System
GitTfsException ( string message, IEnumerable solutions ) : System
GitTfsException ( string message, IEnumerable solutions, Exception e ) : System
WithRecommendation ( ) : GitTfsException

Method Details

GitTfsException() public method

public GitTfsException ( string message ) : System
message string
return System

GitTfsException() public method

public GitTfsException ( string message, Exception e ) : System
message string
e System.Exception
return System

GitTfsException() public method

public GitTfsException ( string message, IEnumerable solutions ) : System
message string
solutions IEnumerable
return System

GitTfsException() public method

public GitTfsException ( string message, IEnumerable solutions, Exception e ) : System
message string
solutions IEnumerable
e System.Exception
return System

WithRecommendation() public method

public WithRecommendation ( ) : GitTfsException
return GitTfsException