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