Contents

init(reason:exception:)

Creates a new virtual cpu exit structure with a reason and exception that you provide.

Declaration

init(reason: hv_exit_reason_t, exception: hv_vcpu_exit_exception_t)

Parameters

  • reason:

    The Hv_exit_reason_t result code that describes the reason for the exception.

  • exception:

    The exception struture.

See Also

Initializers