C# Class System.CodeDom.Compiler.CompilerError

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CompilerError ( ) : System
CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System
ToString ( ) : string

Method Details

CompilerError() public méthode

public CompilerError ( ) : System
Résultat System

CompilerError() public méthode

public CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System
fileName string
line int
column int
errorNumber string
errorText string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string