'Declaration
<CanBeNullAttribute()> Public Overrides ReadOnly Property StackTrace As String
'Usage
Dim instance As UAEngineException Dim value As String value = instance.StackTrace
[CanBeNull()] public override string StackTrace {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.