C# Class Thinktecture.Tools.Web.Services.CodeGeneration.ClientServiceGenerationException

Exception thrown if critical errors occur during Client/Service code generation.
Inheritance: System.Exception
Datei anzeigen Open project: WSCF/WSCF

Public Methods

Method Description
ClientServiceGenerationException ( IEnumerable errors ) : System

Initializes a new instance of the ClientServiceGenerationException class.

Method Details

ClientServiceGenerationException() public method

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