Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DtdInfo
IDtdInfo
System.Xml.Schema.BaseValidator.DtdInfo
set
inherited
Definition at line
95
of file
BaseValidator.cs
.
96
{
97
[
param
:
DisallowNull
]
98
set
99
{
100
if
(!(
value
is
SchemaInfo
schemaInfo
))
101
{
102
throw
new
XmlException
(
System
.
SR
.
Xml_InternalError
,
string
.Empty);
103
}
104
this.schemaInfo
=
schemaInfo
;
105
}
106
}
System.SR.Xml_InternalError
static string Xml_InternalError
Definition
SR.cs:54
System.SR
Definition
SR.cs:7
System.Xml.Schema.BaseValidator.schemaInfo
SchemaInfo schemaInfo
Definition
BaseValidator.cs:23
System.Xml.Schema.BaseValidator.SchemaInfo
SchemaInfo SchemaInfo
Definition
BaseValidator.cs:93
System.Xml.ExceptionType.XmlException
@ XmlException
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
Schema
XsdValidator
Generated by
1.10.0