C# Класс Irony.Compiler.CompilerException

Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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