Click or drag to resize
CoreHelperCheckNullResponseAndThrowException Method
Checks whether the reponse is null or empty and throws communication exception.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static void CheckNullResponseAndThrowException(
	string response
)

Parameters

response
Type: SystemString
The response from the query service.
See Also