C# Class FluentBuild.Utilities.FrameworkNotFoundException

Raises when the desired .NET framework can not be found
Inheritance: System.Exception
ファイルを表示 Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
FrameworkNotFoundException ( string frameworkInstallRoot ) : System

Creates a new exception with the message populated

Method Details

FrameworkNotFoundException() public method

Creates a new exception with the message populated
public FrameworkNotFoundException ( string frameworkInstallRoot ) : System
frameworkInstallRoot string Paths that were searched to find the install path
return System