HP LoadRunner Protocol SDK Test Run API Reference  12.02
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros | Functions
ProtocolException.h File Reference

This file contains declarations of protocol exception. More...

#include "ProtocolSdkDefs.h"
#include <stdarg.h>

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 object with the specified error data. More...
 

Detailed Description

This file contains declarations of protocol exception.

Function Documentation

PROTOCOL_EXTENSION_DECLSPEC CProtocolException ExceptionObject ( bool  mAbortNoMatterWhat,
int  mErrorCode,
  ... 
)

Returns a CProtocolException object with the specified error data.

Parameters
mAbortNoMatterWhatTrue to ignore the continue on error setting.
mErrorCodeCode from an eng file.


Send documentation feedback to HP.


© 1995-2015 Hewlett-Packard Development Company, L.P.