DkmWin32ExceptionInformation.ExceptionParameters 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.
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>.