CoreWebView2CrashReport.ExceptionCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Windows exception code for the failure, e.g. 0xC0000005 for
STATUS_ACCESS_VIOLATION. 0 if not available.
public uint ExceptionCode { get; }
member this.ExceptionCode : uint32
Public ReadOnly Property ExceptionCode As UInteger