Share via


TrackingHelper.GetErrorCodeFromAmqpError(Error) Method

Definition

Gets AMQP error code. Not used.

public static Microsoft.Azure.Devices.Common.Exceptions.ErrorCode GetErrorCodeFromAmqpError (Microsoft.Azure.Amqp.Framing.Error ex);
static member GetErrorCodeFromAmqpError : Microsoft.Azure.Amqp.Framing.Error -> Microsoft.Azure.Devices.Common.Exceptions.ErrorCode
Public Function GetErrorCodeFromAmqpError (ex As Error) As ErrorCode

Parameters

ex
Microsoft.Azure.Amqp.Framing.Error

Returns

Error code.

Applies to