次の方法で共有


ChannelMessageProcessingException コンストラクター

定義

オーバーロード

ChannelMessageProcessingException(Exception, IChannelHandlerContext)

この例外の原因となった内部例外と MQTT チャネル ハンドラー コンテキストへの参照を使用して、 のインスタンス ChannelMessageProcessingException を作成します。

ChannelMessageProcessingException(SerializationInfo, StreamingContext)

指定したシリアル化とコンテキスト情報を使用して、ChannelMessageProcessingException クラスの新しいインスタンスを初期化します。

ChannelMessageProcessingException(Exception, IChannelHandlerContext)

この例外の原因となった内部例外と MQTT チャネル ハンドラー コンテキストへの参照を使用して、 のインスタンス ChannelMessageProcessingException を作成します。

public ChannelMessageProcessingException (Exception innerException, DotNetty.Transport.Channels.IChannelHandlerContext context);
new Microsoft.Azure.Devices.Client.Transport.Mqtt.ChannelMessageProcessingException : Exception * DotNetty.Transport.Channels.IChannelHandlerContext -> Microsoft.Azure.Devices.Client.Transport.Mqtt.ChannelMessageProcessingException
Public Sub New (innerException As Exception, context As IChannelHandlerContext)

パラメーター

innerException
Exception

現在の例外の原因となった例外。

context
DotNetty.Transport.Channels.IChannelHandlerContext

MQTT チャネルに関連付けられているコンテキスト。

適用対象

ChannelMessageProcessingException(SerializationInfo, StreamingContext)

指定したシリアル化とコンテキスト情報を使用して、ChannelMessageProcessingException クラスの新しいインスタンスを初期化します。

protected ChannelMessageProcessingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Devices.Client.Transport.Mqtt.ChannelMessageProcessingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Devices.Client.Transport.Mqtt.ChannelMessageProcessingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

スローされる例外に関するシリアル化されたオブジェクト データを保持するオブジェクト。

context
StreamingContext

転送元または転送先に関するコンテキスト情報を含むオブジェクト。

適用対象