C# Класс Thinktecture.Tools.Web.Services.CodeGeneration.ClientServiceGenerationException

Exception thrown if critical errors occur during Client/Service code generation.
Наследование: System.Exception
Показать файл Открыть проект

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

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