C# Класс Open.Core.Common.CodeGenerationException

Thrown when there is a problem generating code.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
CodeGenerationException ( ) : System
CodeGenerationException ( string message ) : System
CodeGenerationException ( string message, Exception innerException ) : System

Описание методов

CodeGenerationException() публичный Метод

public CodeGenerationException ( ) : System
Результат System

CodeGenerationException() публичный Метод

public CodeGenerationException ( string message ) : System
message string
Результат System

CodeGenerationException() публичный Метод

public CodeGenerationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System