DkmExceptionInformation.Code Property

Definition

32-bit integer code for the exception. For Win32 exceptions, this is the code passed to RaiseException (ex:EXCEPTION_ACCESS_VIOLATION). This value is zero for exception categories that identify exceptions by string (ex: CLR).

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

Property Value

Returns UInt32.

Applies to