RemoteNonDeserializableException.AdditionalData 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.
Gets or sets the additional data deserialized alongside this instance, for example, exception subclass fields.
public byte[] AdditionalData { get; }
public System.Collections.Generic.Dictionary<string,(string, byte[])> AdditionalData { get; }
member this.AdditionalData : byte[]
member this.AdditionalData : System.Collections.Generic.Dictionary<string, ValueTuple<string, byte[]>>
Public ReadOnly Property AdditionalData As Byte()
Public ReadOnly Property AdditionalData As Dictionary(Of String, ValueTuple(Of String, Byte()))
Property Value
Byte[]