C# Class WF.Compiler.CompilerLuaException

Inheritance: System.Exception
Afficher le fichier Open project: WFoundation/WF.Compiler

Méthodes publiques

Méthode Description
CompilerLuaException ( string message, int line, string error, string code, string before, string after ) : System

Method Details

CompilerLuaException() public méthode

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
Résultat System