C# Class UnityScript.Scripting.CompilationErrorsException

Inheritance: System.Exception
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
_errors Boo.Lang.Compiler.CompilerErrorCollection

Public Methods

Method Description
CompilationErrorsException ( Boo.Lang.Compiler.CompilerErrorCollection errors ) : Boo.Lang.Compiler

Method Details

CompilationErrorsException() public method

public CompilationErrorsException ( Boo.Lang.Compiler.CompilerErrorCollection errors ) : Boo.Lang.Compiler
errors Boo.Lang.Compiler.CompilerErrorCollection
return Boo.Lang.Compiler

Property Details

_errors protected_oe property

protected CompilerErrorCollection,Boo.Lang.Compiler _errors
return Boo.Lang.Compiler.CompilerErrorCollection