Share via


DkmSerializedProcessInfo.GetLastExceptionCode Method

Definition

Get the last exception code. For Linux this will be a signal code.

This API was introduced in Visual Studio 16 Update 8 (DkmApiVersion.VS16Update8).

public ulong GetLastExceptionCode ();
member this.GetLastExceptionCode : unit -> uint64
Public Function GetLastExceptionCode () As ULong

Returns

[Out] The exception code. 0 means there's no exception.

Applies to