C# Class FluentBuild.Utilities.SdkNotFoundException

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

Méthodes publiques

Méthode Description
SdkNotFoundException ( string pathsSearched ) : System

Creates a new exception and populates the message.

Method Details

SdkNotFoundException() public méthode

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