pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
XMLTextParsingException
pixelperfectengine
system
lang
textparser
Undocumented in source.
public
class
XMLTextParsingException :
PPEException
{
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
pixelperfectengine
system
lang
textparser
aliases
TextParser
classes
TextParserTempl
XMLTextParsingException