DkmWin32ExceptionInformation.ExceptionFlags Property

Definition

The exception flags. This can be either zero to indicate a continuable exception, or EXCEPTION_NONCONTINUABLE to indicate a noncontinuable exception.

public:
 property System::UInt32 ExceptionFlags { System::UInt32 get(); };
public:
 property unsigned int ExceptionFlags { unsigned int get(); };
public uint ExceptionFlags { get; }
member this.ExceptionFlags : uint32
Public ReadOnly Property ExceptionFlags As UInteger

Property Value

Returns UInt32.

Applies to