The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IonException
mir
ion
exception
Mir Ion Exception Class
version(D_Exceptions)
class
IonException :
SerdeException
{
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
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
ion
exception
classes
IonException
IonMirException
IonParserMirException
enums
IonErrorCode
functions
ionErrorMsg
ionException
Mir Ion Exception Class