Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IValidationEventHandling.cs
Go to the documentation of this file.
1
using
System.Xml.Schema
;
2
3
namespace
System.Xml
;
4
5
internal
interface
IValidationEventHandling
6
{
7
object
EventHandler {
get
; }
8
9
void
SendEvent
(
Exception
exception
,
XmlSeverityType
severity
);
10
}
System.Exception
Definition
Exception.cs:15
System.Xml.IValidationEventHandling.SendEvent
void SendEvent(Exception exception, XmlSeverityType severity)
System.Xml.IValidationEventHandling
Definition
IValidationEventHandling.cs:6
System.Xml.Schema.XmlSeverityType
XmlSeverityType
Definition
XmlSeverityType.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.exception
@ exception
source
System.Private.Xml
System.Xml
IValidationEventHandling.cs
Generated by
1.10.0