| 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)
Syntaxpublic static void CheckNullResponseAndThrowException(
string response
)
Parameters
- response
- Type: SystemString
The response from the query service.
See Also