StreamBindingFailureMessage(String, ExceptionDispatchInfo) Constructor
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.
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.