DkmWin32ExceptionInformation.ExceptionParameters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发异常时传递的参数。 在处理硬件故障 ((例如:访问冲突) ,或者可以从 kernel32.dll 传递这些参数时,可以从内核传递这些参数!软件异常的 RaiseException。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ ExceptionParameters { System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<ulong> ExceptionParameters { get; }
member this.ExceptionParameters : System.Collections.ObjectModel.ReadOnlyCollection<uint64>
Public ReadOnly Property ExceptionParameters As ReadOnlyCollection(Of ULong)