'Declaration
<CanBeNullAttribute()> ReadOnly Property StackTrace As String
'Usage
Dim instance As _Exception2 Dim value As String value = instance.StackTrace
[CanBeNull()] string StackTrace {get;}
'Declaration
<CanBeNullAttribute()> ReadOnly Property StackTrace As String
'Usage
Dim instance As _Exception2 Dim value As String value = instance.StackTrace
[CanBeNull()] string StackTrace {get;}