DkmExceptionCodeTrigger.Code 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.
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.