LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadExceptionMechanism.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SentryEnvelopePayloadExceptionMechanism inner types define
8 enum class Type : int {
9 Unknown = 0,
10 UnhandledException = 1,
11 UnhandledPromiseRejection = 2,
12 CapturedException = 3,
13 };
14
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI ::SentryEnvelopePayloadExceptionMechanism& operator=(::SentryEnvelopePayloadExceptionMechanism const&);
34
35 MCNAPI ::SentryEnvelopePayloadExceptionMechanism& operator=(::SentryEnvelopePayloadExceptionMechanism&&);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition SentryEnvelopePayloadExceptionMechanism.h:5
MCAPI void * $ctor(::SentryEnvelopePayloadExceptionMechanism const &)
MCAPI::SentryEnvelopePayloadExceptionMechanism & operator=(::SentryEnvelopePayloadExceptionMechanism const &)
MCAPI SentryEnvelopePayloadExceptionMechanism(::SentryEnvelopePayloadExceptionMechanism const &)
MCAPI::SentryEnvelopePayloadExceptionMechanism & operator=(::SentryEnvelopePayloadExceptionMechanism &&)
Definition Alias.h:14