Method | Description | |
---|---|---|
CompilerError ( ) : System | ||
CompilerError ( string fileName, int line, int column, string errorNumber, string errorText ) : System | ||
ToString ( ) : string |
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 |