C# Class Phantom.Core.TargetNotFoundException

Inheritance: PhantomException
Exibir arquivo Open project: emilcardell/Phantom

Public Methods

Method Description
TargetNotFoundException ( string name ) : System
TargetNotFoundException ( string parentTarget, string dependency ) : System

Method Details

TargetNotFoundException() public method

public TargetNotFoundException ( string name ) : System
name string
return System

TargetNotFoundException() public method

public TargetNotFoundException ( string parentTarget, string dependency ) : System
parentTarget string
dependency string
return System