Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CompilerError.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.Xslt
;
2
3
internal
sealed
class
CompilerError
4
{
5
public
int
Line
{
get
;
set
; }
6
7
public
int
Column
{
get
;
set
; }
8
9
public
string
ErrorNumber
{
get
;
set
; }
10
11
public
string
ErrorText
{
get
;
set
; }
12
13
public
bool
IsWarning
{
get
;
set
; }
14
15
public
string
FileName
{
get
;
set
; }
16
17
public
CompilerError
(
string
fileName
,
int
line
,
int
column
,
string
errorNumber
,
string
errorText
)
18
{
19
Line
=
line
;
20
Column
=
column
;
21
ErrorNumber
=
errorNumber
;
22
ErrorText
=
errorText
;
23
FileName
=
fileName
;
24
}
25
}
System.Xml.Xsl.Xslt.CompilerError.Line
int Line
Definition
CompilerError.cs:5
System.Xml.Xsl.Xslt.CompilerError.CompilerError
CompilerError(string fileName, int line, int column, string errorNumber, string errorText)
Definition
CompilerError.cs:17
System.Xml.Xsl.Xslt.CompilerError.IsWarning
bool IsWarning
Definition
CompilerError.cs:13
System.Xml.Xsl.Xslt.CompilerError.Column
int Column
Definition
CompilerError.cs:7
System.Xml.Xsl.Xslt.CompilerError.ErrorText
string ErrorText
Definition
CompilerError.cs:11
System.Xml.Xsl.Xslt.CompilerError.ErrorNumber
string ErrorNumber
Definition
CompilerError.cs:9
System.Xml.Xsl.Xslt.CompilerError.FileName
string FileName
Definition
CompilerError.cs:15
System.Xml.Xsl.Xslt.CompilerError
Definition
CompilerError.cs:4
System.Xml.Xsl.Xslt
Definition
AstFactory.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Xsl.Xslt
CompilerError.cs
Generated by
1.10.0