74 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
131 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
183 inline void SetLogFile(
const char* value) { m_logFileHasBeenSet =
true; m_logFile.assign(value); }
206 bool m_reasonHasBeenSet;
209 bool m_messageHasBeenSet;
212 bool m_logFileHasBeenSet;