'Declaration
<NotNullAttribute()> Public Shadows ReadOnly Property InnerException As Exception
'Usage
Dim instance As OperationException Dim value As Exception value = instance.InnerException
[NotNull()] public new Exception InnerException {get;}
[NotNull()] public: new property Exception^ InnerException { Exception^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
This value of this property can be null
(Nothing
in Visual Basic).