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