MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetAdditionalInfo

Function GetAdditionalInfo

Source/Engine/Debug/Exception.h:91–94  ·  view source on GitHub ↗

Gets a additional info that describes the current exception details. Message string.

Source from the content-addressed store, hash-verified

89 /// </summary>
90 /// <returns>Message string.</returns>
91 FORCE_INLINE String GetAdditionalInfo()
92 {
93 return _additionalInfo;
94 }
95
96 /// <summary>
97 /// Get exception level

Callers 1

Exception.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected