---
title: "init(rawValue:)"
framework: hypervisor
role: symbol
role_heading: Initializer
path: "hypervisor/hv_exit_reason_t/init(rawvalue:)"
---

# init(rawValue:)

Creates a new exit reason instance with the value you provide.

## Declaration

```swift
init(rawValue: UInt32)
```

## Parameters

- `rawValue`: A 32-bit integer that represents that exit reasons.

## See Also

### Initializers

- [init(_:)](hypervisor/hv_exit_reason_t/init(_:).md)
