C# Class FluentBuild.Utilities.SdkNotFoundException

Thrown when the request Windows SDK can not be found
Inheritance: System.ApplicationException
Mostrar archivo Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
SdkNotFoundException ( string pathsSearched ) : System

Creates a new exception and populates the message.

Method Details

SdkNotFoundException() public method

Creates a new exception and populates the message.
public SdkNotFoundException ( string pathsSearched ) : System
pathsSearched string Paths searched to find the SDK
return System