---
title: HV_EXIT_REASON_UNKNOWN
framework: hypervisor
role: symbol
role_heading: Global Variable
path: hypervisor/hv_exit_reason_unknown
---

# HV_EXIT_REASON_UNKNOWN

The value that identifies unexpected exits.

## Declaration

```swift
var HV_EXIT_REASON_UNKNOWN: hv_exit_reason_t { get }
```

## See Also

### Exit Reasons

- [HV_EXIT_REASON_CANCELED](hypervisor/hv_exit_reason_canceled.md)
- [HV_EXIT_REASON_EXCEPTION](hypervisor/hv_exit_reason_exception.md)
- [HV_EXIT_REASON_VTIMER_ACTIVATED](hypervisor/hv_exit_reason_vtimer_activated.md)
