ThrowIfNecessary method

void ThrowIfNecessary()
Throws a ServiceResponseException if this response has its Result property set to Error.

Implementation

void ThrowIfNecessary() {
  this.InternalThrowIfNecessary();
}