ChannelMessageProcessingException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when an error occurs while processing messages over an MQTT channel.
[System.Serializable]
public class ChannelMessageProcessingException : Exception
[<System.Serializable>]
type ChannelMessageProcessingException = class
inherit Exception
Public Class ChannelMessageProcessingException
Inherits Exception
- Inheritance
-
ChannelMessageProcessingException
- Attributes
Constructors
ChannelMessageProcessingException(Exception, IChannelHandlerContext) |
Creates an instance of ChannelMessageProcessingException with a reference to the inner exception that caused this exception and the MQTT channel handler context. |
ChannelMessageProcessingException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ChannelMessageProcessingException class with the specified serialization and context information. |
Properties
Context |
The context associated with the MQTT channel. |
Applies to
Azure SDK for .NET