DkmWin32ExceptionInformation.ExceptionParameters 属性

定义

引发异常时传递的参数。 在处理硬件故障 ((例如:访问冲突) ,或者可以从 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)

属性值

ReadOnlyCollection<UInt64>

返回 ReadOnlyCollection<T>

适用于