HP LoadRunner Protocol SDK Test Run API Reference
12.02
|
This file contains declarations of protocol exception. More...
Go to the source code of this file.
Classes | |
class | CProtocolException |
Class CProtocolException represents an exception condition. More... | |
Macros | |
#define | ABORT_NO_MATTER_WHAT true |
Abort script execution unconditionally. Ignore the "Continue on error" setting. | |
#define | ABORT_BY_CONTINUE_ON_ERROR false |
Abort script execution only if "Continue on error" option is off. | |
Functions | |
PROTOCOL_EXTENSION_DECLSPEC CProtocolException | ExceptionObject (bool mAbortNoMatterWhat, int mErrorCode,...) |
Returns a CProtocolException More... | |
This file contains declarations of protocol exception.
PROTOCOL_EXTENSION_DECLSPEC CProtocolException ExceptionObject | ( | bool | mAbortNoMatterWhat, |
int | mErrorCode, | ||
... | |||
) |
Returns a CProtocolException
object with the specified error data.
mAbortNoMatterWhat | True to ignore the continue on error setting. |
mErrorCode | Code from an eng file. |