DeviceRegistryOperationError.ErrorCode プロパティ

定義

エラーに関連付けられているエラー コード。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")]
public Microsoft.Azure.Devices.Common.Exceptions.ErrorCode ErrorCode { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")]
public Microsoft.Azure.Devices.IotHubServiceErrorCode ErrorCode { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")>]
member this.ErrorCode : Microsoft.Azure.Devices.Common.Exceptions.ErrorCode with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="errorCode")>]
member this.ErrorCode : Microsoft.Azure.Devices.IotHubServiceErrorCode
Public Property ErrorCode As ErrorCode
Public ReadOnly Property ErrorCode As IotHubServiceErrorCode

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象