Share via


StreamBindingFailureMessage(String, ExceptionDispatchInfo) Constructor

Definition

Initializes a new instance of the InvocationBindingFailureMessage class.

public:
 StreamBindingFailureMessage(System::String ^ id, System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ bindingFailure);
public StreamBindingFailureMessage (string id, System.Runtime.ExceptionServices.ExceptionDispatchInfo bindingFailure);
new Microsoft.AspNetCore.SignalR.Protocol.StreamBindingFailureMessage : string * System.Runtime.ExceptionServices.ExceptionDispatchInfo -> Microsoft.AspNetCore.SignalR.Protocol.StreamBindingFailureMessage
Public Sub New (id As String, bindingFailure As ExceptionDispatchInfo)

Parameters

id
String

The stream ID.

bindingFailure
ExceptionDispatchInfo

The exception thrown during binding.

Applies to