DeliveryException.Reason Property
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
public DeliveryFailureReason Reason { get; set; }
public:
property DeliveryFailureReason Reason {
DeliveryFailureReason get();
void set(DeliveryFailureReason value);
}
Property Value
Type: Microsoft.Azure.Devices.DeliveryFailureReason
See Also
DeliveryException Class
Microsoft.Azure.Devices Namespace
Return to top