Share via


CommonErrorData.Inner Property

Definition

Gets or sets the inner error information, if any.

[System.Runtime.Serialization.DataMember(Name="inner", Order=4)]
public StreamJsonRpc.Protocol.CommonErrorData Inner { get; set; }
[System.Runtime.Serialization.DataMember(Name="inner", Order=4)]
public StreamJsonRpc.Protocol.CommonErrorData? Inner { get; set; }
[<System.Runtime.Serialization.DataMember(Name="inner", Order=4)>]
member this.Inner : StreamJsonRpc.Protocol.CommonErrorData with get, set
Public Property Inner As CommonErrorData

Property Value

Attributes

Applies to