C# Класс WF.Compiler.CompilerLuaException

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

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

Метод Описание
CompilerLuaException ( string message, int line, string error, string code, string before, string after ) : System

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

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

public CompilerLuaException ( string message, int line, string error, string code, string before, string after ) : System
message string
line int
error string
code string
before string
after string
Результат System