| 71 | /// </summary> |
| 72 | /// <returns>Message string.</returns> |
| 73 | FORCE_INLINE String GetMessage() |
| 74 | { |
| 75 | return _message; |
| 76 | } |
| 77 | |
| 78 | /// <summary> |
| 79 | /// Gets a additional info that describes the current exception details. |
no outgoing calls
no test coverage detected