C# Class Compiler.BuildException

Inheritance: System.ApplicationException
Show file Open project: kthompson/csharpos

Public Methods

Method Description
BuildException ( string errorLog, string outputLog ) : System

Method Details

BuildException() public method

public BuildException ( string errorLog, string outputLog ) : System
errorLog string
outputLog string
return System