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

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

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

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

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

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

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

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

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