Table of Contents

Enum ExceptionRecordFlags

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

Flags for EXCEPTION_RECORD

[Flags]
public enum ExceptionRecordFlags : uint

Fields

EXCEPTION_NONCONTINUABLE = 1

Exception can not be continued. Debugging services can still override this to continue the exception, but recommended to warn the user in this case.

None = 0

No flags.