isUnhandledException property

bool get isUnhandledException

Returns true if this is an unhandled exception.

Implementation

bool get isUnhandledException => code == ErrorCodeConstants.errorUnhandledException;