Gets a additional info that describes the current exception details. Message string.
| 89 | /// </summary> |
| 90 | /// <returns>Message string.</returns> |
| 91 | FORCE_INLINE String GetAdditionalInfo() |
| 92 | { |
| 93 | return _additionalInfo; |
| 94 | } |
| 95 | |
| 96 | /// <summary> |
| 97 | /// Get exception level |