C# Class NuGetSwitcher.Interface.Entity.Error.SwitcherException

Inheritance: Exception
Show file Open project: 0UserName/NuGetSwitcher

Public Methods

Method Description
SwitcherException ( Project project, Exception exception ) : Microsoft.Build.Evaluation
SwitcherException ( Project project, string message ) : Microsoft.Build.Evaluation

Method Details

SwitcherException() public method

public SwitcherException ( Project project, Exception exception ) : Microsoft.Build.Evaluation
project Project
exception Exception
return Microsoft.Build.Evaluation

SwitcherException() public method

public SwitcherException ( Project project, string message ) : Microsoft.Build.Evaluation
project Project
message string
return Microsoft.Build.Evaluation