DkmCustomExceptionInformation.AdditionalInformation 属性

定义

可有可无有关此自定义异常的其他数据。 格式由自定义异常类型定义。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ AdditionalInformation { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> AdditionalInformation { get; }
member this.AdditionalInformation : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property AdditionalInformation As ReadOnlyCollection(Of Byte)

属性值

ReadOnlyCollection<Byte>

返回 ReadOnlyCollection<T>

适用于