DeliveryException Constructor

 

Namespace:   Microsoft.Azure.Devices
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Overload List

Name Description
System_CAPS_pubmethod DeliveryException(SerializationInfo, StreamingContext)

System_CAPS_pubmethod DeliveryException(String)

See Also

DeliveryException Class
Microsoft.Azure.Devices Namespace

Return to top

DeliveryException Constructor (SerializationInfo, StreamingContext)

Syntax

public DeliveryException(
    SerializationInfo info,
    StreamingContext context
)
public:
DeliveryException(
    SerializationInfo^ info,
    StreamingContext context
)

Parameters

Return to top

DeliveryException Constructor (String)

Syntax

public DeliveryException(
    string message
)
public:
DeliveryException(
    String^ message
)

Parameters

Return to top