C# Class System.CodeDom.Compiler.CompilerError

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CompilerError ( ) : System
CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System
ToString ( ) : string

Method Details

CompilerError() public method

public CompilerError ( ) : System
return System

CompilerError() public method

public CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System
fileName string
line int
column int
errorNumber string
errorText string
return System

ToString() public method

public ToString ( ) : string
return string