StreamBindingFailureMessage クラス

定義

StreamDataMessage の引数をバインドできない場合のエラーを表します。 これは、ネットワーク上で送信される実際のメッセージを表すのではなく、 によって TryParseMessage(ReadOnlySequence<Byte>, IInvocationBinder, HubMessage) 返され、StreamDataMessage の解析時にバインド エラーが発生したことを示します。 ストリーム ID が関連付けられているため、関連するハブ メソッドにエラーを送信できます。

public ref class StreamBindingFailureMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMessage
public class StreamBindingFailureMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type StreamBindingFailureMessage = class
    inherit HubMessage
Public Class StreamBindingFailureMessage
Inherits HubMessage
継承
StreamBindingFailureMessage

コンストラクター

StreamBindingFailureMessage(String, ExceptionDispatchInfo)

InvocationBindingFailureMessage クラスの新しいインスタンスを初期化します。

プロパティ

BindingFailure

バインド中にスローされた例外を取得します。

Id

関連するストリームの ID を取得します

適用対象