C# Class System.Xml.Xsl.Xslt.CompilerError

Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Method Details

CompilerError() public method

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