zx::exception

Summary

Inheritance

Inherits from: zx::object< exception >

Constructors and Destructors

exception()
exception(zx_handle_t value)
exception(handle && h)
exception(exception && other)

Public static attributes

TYPE = ZX_OBJ_TYPE_EXCEPTION
constexpr zx_obj_type_t

Public functions

get_process(process *process)
zx_status_t
get_thread(thread *thread)
zx_status_t
operator=(exception && other)

Public static attributes

TYPE

constexpr zx_obj_type_t TYPE = ZX_OBJ_TYPE_EXCEPTION

Public functions

exception

constexpr exception()=default

exception

 exception(
  zx_handle_t value
)

exception

 exception(
  handle && h
)

exception

 exception(
  exception && other
)

get_process

zx_status_t get_process(
  process *process
)

get_thread

zx_status_t get_thread(
  thread *thread
)

operator=

exception & operator=(
  exception && other
)