C# Class ErlangEditor.CompilerProxy.CodeFileErrorEventArgs

Inheritance: System.EventArgs
显示文件 Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
CodeFileErrorEventArgs ( string aLog, FileEntity aEntity ) : System

Method Details

CodeFileErrorEventArgs() public method

public CodeFileErrorEventArgs ( string aLog, FileEntity aEntity ) : System
aLog string
aEntity ErlangEditor.Core.Entity.FileEntity
return System