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