'Declaration
<CanBeNullAttribute()> ReadOnly Property InnerException As Exception
'Usage
Dim instance As _Exception2 Dim value As Exception value = instance.InnerException
[CanBeNull()] Exception InnerException {get;}
[CanBeNull()] property Exception^ InnerException { Exception^ get(); }