Method | Description | |
---|---|---|
AddError ( string file, int line, int character, int length, string message ) : void | ||
CompileException ( string message ) : System |
public AddError ( string file, int line, int character, int length, string message ) : void | ||
file | string | |
line | int | |
character | int | |
length | int | |
message | string | |
return | void |
public CompileException ( string message ) : System | ||
message | string | |
return | System |