'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(); }