---
title: unexpectedExceptionCount
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctestrun/unexpectedexceptioncount
---

# unexpectedExceptionCount

The number of uncaught exceptions during the run.

## Declaration

```swift
var unexpectedExceptionCount: Int { get }
```

## See Also

### Gathering Test Outcomes

- [hasSucceeded](xctest/xctestrun/hassucceeded.md)
- [hasBeenSkipped](xctest/xctestrun/hasbeenskipped.md)
- [executionCount](xctest/xctestrun/executioncount.md)
- [failureCount](xctest/xctestrun/failurecount.md)
- [skipCount](xctest/xctestrun/skipcount.md)
- [test](xctest/xctestrun/test.md)
- [testCaseCount](xctest/xctestrun/testcasecount.md)
- [totalFailureCount](xctest/xctestrun/totalfailurecount.md)
