'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shadows ReadOnly Property InnerException As Exception
'Usage
Dim instance As OperationException Dim value As Exception value = instance.InnerException
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new Exception InnerException {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new property Exception^ InnerException { Exception^ get(); }