DkmExceptionCodeTrigger.Code 属性

定义

用于异常的32位整数代码。 对于 Win32 异常,这是传递给 RaiseException 的代码, (例如: EXCEPTION_ACCESS_VIOLATION) 。 对于通过字符串标识异常的异常类别,此值为零 (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

属性值

UInt32

返回 UInt32

适用于