次の方法で共有


DkmWin32ExceptionInformation.ExceptionParameters Property

Definition

Parameters passed when the exception was raised. These parameters may be passed from the Kernel as part of handling a hardware fault (ex: access violation), or they may be passed from kernel32!RaiseException for software exceptions.

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)

Property Value

Returns ReadOnlyCollection<T>.

Applies to