JsonRpcError.Error プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーの詳細を取得または設定します。
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=1)]
public StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail Error { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=2)]
public StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail? Error { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=1)>]
member this.Error : StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail with get, set
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="error", Order=2)>]
member this.Error : StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail with get, set
Public Property Error As JsonRpcError.ErrorDetail
プロパティ値
- 属性