ChannelMessageProcessingException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
転送元または転送先に関するコンテキスト情報を含むオブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET