C# Class Patcher.Rules.CompilerException

Inheritance: System.Exception
Show file Open project: unforbidable/patcher

Public Methods

Method Description
CompilerException ( string message, CompilerErrorCollection errors ) : System

Method Details

CompilerException() public method

public CompilerException ( string message, CompilerErrorCollection errors ) : System
message string
errors System.CodeDom.Compiler.CompilerErrorCollection
return System