ionException

version(D_Exceptions)
@property @trusted pure nothrow @nogc
ionException

Parameters

code IonErrorCode

Return Value

Examples

static assert(IonErrorCode.nop.ionException.msg == "IonException: unexpected NOP Padding", IonErrorCode.nop.ionException.msg);
static assert(IonErrorCode.none.ionException is null);

Meta