InternalThrowIfNecessary method
Implementation
@override
void InternalThrowIfNecessary() {
if (this.ErrorCode != ServiceError.ErrorNameResolutionNoResults) {
super.InternalThrowIfNecessary();
}
}
@override
void InternalThrowIfNecessary() {
if (this.ErrorCode != ServiceError.ErrorNameResolutionNoResults) {
super.InternalThrowIfNecessary();
}
}