innerException property

Exception? get innerException
inherited

The Exception instance that caused the current exception.

Implementation

Exception? get innerException => _innerException;