DeliveryException Constructor
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
DeliveryException(SerializationInfo, StreamingContext) | |
![]() |
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
- context
Type: System.Runtime.Serialization.StreamingContext
Return to top
DeliveryException Constructor (String)
Syntax
public DeliveryException(
string message
)
public:
DeliveryException(
String^ message
)
Parameters
- message
Type: System.String
Return to top
.jpeg)