---
title: syndrome
framework: hypervisor
role: symbol
role_heading: Instance Property
path: hypervisor/hv_vcpu_exit_exception_t/syndrome
---

# syndrome

The vCPU exception syndrome causing the exception.

## Declaration

```swift
var syndrome: hv_exception_syndrome_t
```

## See Also

### Instance Properties

- [physical_address](hypervisor/hv_vcpu_exit_exception_t/physical_address.md)
- [virtual_address](hypervisor/hv_vcpu_exit_exception_t/virtual_address.md)
