| Index: snapshot/exception_snapshot.h
|
| diff --git a/snapshot/exception_snapshot.h b/snapshot/exception_snapshot.h
|
| index f5ffd06a2295a9991a85143449c14d5ce4f77b04..d7bb8f31f5674f49f17a494daad0ae66fa6a2e1c 100644
|
| --- a/snapshot/exception_snapshot.h
|
| +++ b/snapshot/exception_snapshot.h
|
| @@ -53,6 +53,9 @@ class ExceptionSnapshot {
|
| //! processed as `EXC_CRASH` when generated from another preceding exception:
|
| //! the original exception code will appear instead. The exception type as it
|
| //! was received will appear at index 0 of Codes().
|
| + //!
|
| + //! For Windows, this will be an \ref EXCEPTION_x "EXCEPTION_*" exception type
|
| + //! such as `EXCEPTION_ACCESS_VIOLATION`.
|
| virtual uint32_t Exception() const = 0;
|
|
|
| //! \brief Returns the second-level exception code identifying the exception.
|
|
|