RemoteInvocationException.ErrorData 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 the error.data value in the error response, if one was provided.
public Newtonsoft.Json.Linq.JToken ErrorData { get; }public object ErrorData { get; }public object? ErrorData { get; }member this.ErrorData : Newtonsoft.Json.Linq.JTokenmember this.ErrorData : objPublic ReadOnly Property ErrorData As JTokenPublic ReadOnly Property ErrorData As ObjectProperty Value
Remarks
Depending on the IJsonRpcMessageFormatter used, the value of this property, if any, may be a Newtonsoft.Json.Linq.JToken or a deserialized object. If a deserialized object, the type of this object is determined by GetErrorDetailsDataType(JsonRpcError). The default implementation of this method produces a CommonErrorData object.