#include <blpapi_exception.h>
Static Public Member Functions | |
static void | throwOnError (int errorCode) |
This class provides a namespace for utility functions that convert C-style error codes to blpapi::Exception
objects.
static void blpapi::ExceptionUtil::throwOnError | ( | int | errorCode | ) | [static] |
Throw the appropriate exception for the specified errorCode
if the errorCode is not 0.