C# 클래스 Thinktecture.Tools.Web.Services.CodeGeneration.ClientServiceGenerationException

Exception thrown if critical errors occur during Client/Service code generation.
상속: System.Exception
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
ClientServiceGenerationException ( IEnumerable errors ) : System

Initializes a new instance of the ClientServiceGenerationException class.

메소드 상세

ClientServiceGenerationException() 공개 메소드

Initializes a new instance of the ClientServiceGenerationException class.
public ClientServiceGenerationException ( IEnumerable errors ) : System
errors IEnumerable The metadata conversion errors.
리턴 System