Dela via


ChannelMessageProcessingException Class

Definition

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