64 inline void SetFilePath(
const char* value) { m_filePathHasBeenSet =
true; m_filePath.assign(value); }
105 inline void SetExceptionName(
const char* value) { m_exceptionNameHasBeenSet =
true; m_exceptionName.assign(value); }
146 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
166 bool m_filePathHasBeenSet;
169 bool m_exceptionNameHasBeenSet;
172 bool m_messageHasBeenSet;