throwIfNotSuccessful method
void
throwIfNotSuccessful()
Implementation
void throwIfNotSuccessful() {
if (Success == 1) return;
throw toException();
}
void throwIfNotSuccessful() {
if (Success == 1) return;
throw toException();
}