C# Класс FluentBuild.Utilities.FrameworkNotFoundException

Raises when the desired .NET framework can not be found
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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