C# 클래스 FluentBuild.Utilities.SdkNotFoundException

Thrown when the request Windows SDK can not be found
상속: System.ApplicationException
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
SdkNotFoundException ( string pathsSearched ) : System

Creates a new exception and populates the message.

메소드 상세

SdkNotFoundException() 공개 메소드

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