DkmCustomExceptionInformation.AdditionalInformation Property

Definition

[Optional] Additional data about this custom exception. Format is defined by the custom exception type.

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)

Property Value

Returns ReadOnlyCollection<T>.

Applies to