ExceptionThrownEvent.DataBytes 属性

定义

获取所收集异常数据的原始字节。

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

属性值

IList<Byte>

适用于