'Declaration
<CanBeNullAttribute()> Function GetBaseException() As Exception
'Usage
Dim instance As _UAEngineException Dim value As Exception value = instance.GetBaseException()
[CanBeNull()] Exception GetBaseException()
[CanBeNull()] Exception^ GetBaseException();