1 #ifndef LR_PROTOCOL_SDK_EXCEPTION_H
4 #define LR_PROTOCOL_SDK_EXCEPTION_H
10 #define ABORT_NO_MATTER_WHAT true
11 #define ABORT_BY_CONTINUE_ON_ERROR false
48 bool mAbortNoMatterWhat
63 int GetErrorCode(
void);
66 const char* GetErrorMessage(
void);
71 bool AbortNoMatterWhat(
void);
77 bool m_abortNoMatterWhat;
83 bool mAbortNoMatterWhat,
Class CProtocolException represents an exception condition.
Definition: ProtocolException.h:20
This file contains general types.
PROTOCOL_EXTENSION_DECLSPEC CProtocolException ExceptionObject(bool mAbortNoMatterWhat, int mErrorCode,...)
Returns a CProtocolException object with the specified error data.