Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Indicates how exception states should match against system records.
Syntax
typedef enum CLRDataExceptionSameFlag {
CLRDATA_EXSAME_SECOND_CHANCE = 0x00000000,
CLRDATA_EXSAME_FIRST_CHANCE = 0x00000001
} CLRDataExceptionSameFlag;
Members
| Member | Value | Description |
|---|---|---|
CLRDATA_EXSAME_SECOND_CHANGE |
0x0 | The exception should match on second chance. |
CLRDATA_EXSAME_FIRST_CHANCE |
0x1 | The exception should match on first chance.. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.