StreamBindingFailureMessage 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.
Represents a failure to bind arguments for a StreamDataMessage. This does not represent an actual message that is sent on the wire, it is returned by TryParseMessage(ReadOnlySequence<Byte>, IInvocationBinder, HubMessage) to indicate that a binding failure occurred when parsing a StreamDataMessage. The stream ID is associated so that the error can be sent to the relevant hub method.
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
- Inheritance
Constructors
StreamBindingFailureMessage(String, ExceptionDispatchInfo) |
Initializes a new instance of the InvocationBindingFailureMessage class. |
Properties
BindingFailure |
Gets the exception thrown during binding. |
Id |
Gets the id of the relevant stream |