class ExceptionInfo

Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

Basic exception information associated with a particular exception.

Maps to `zx_exception_info_t`.

Public Members

uint64_t process_koid
uint64_t thread_koid
ExceptionType type

Public Methods

::std::unique_ptr<ExceptionInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ExceptionInfo * value, size_t _offset)
zx_status_t Clone (ExceptionInfo * result)