CommonErrorData.Inner 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 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