The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IonTokenizerException
mir
deser
text
tokens
Undocumented in source.
version(D_Exceptions)
class
IonTokenizerException :
IonException
{
this
(IonTokenizerErrorCode code, string file, size_t line, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(IonTokenizerErrorCode code, string file, size_t line, Throwable next)
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
mir
deser
text
tokens
classes
IonDeserializerException
IonTokenizerException
functions
ionDeserializerException
ionTokenizerException