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