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