C# 클래스 FluentBuild.Utilities.FrameworkNotFoundException

Raises when the desired .NET framework can not be found
상속: System.Exception
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
FrameworkNotFoundException ( string frameworkInstallRoot ) : System

Creates a new exception with the message populated

메소드 상세

FrameworkNotFoundException() 공개 메소드

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