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

Function GetMessage

Source/Engine/Debug/Exception.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 6

ExceptionExpectedMethod · 0.85
BooleanFailureMessageMethod · 0.85
GetEqualityMessageMethod · 0.85
GetMessageMethod · 0.85
NullFailureMessageMethod · 0.85
Exception.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected