'Declaration
Public ReadOnly Property InnerException As Exception
'Usage
Dim instance As GenericError Dim value As Exception instance.InnerException = value value = instance.InnerException
public Exception InnerException {get;}
public: property Exception^ InnerException { Exception^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).