InternalThrowIfNecessary method
void
InternalThrowIfNecessary()
Implementation
void InternalThrowIfNecessary() {
if (this.Result == ServiceResult.Error) {
throw new ServiceResponseException(this);
}
}
void InternalThrowIfNecessary() {
if (this.Result == ServiceResult.Error) {
throw new ServiceResponseException(this);
}
}