Udostępnij za pośrednictwem


InvocationBindingFailureMessage(String, String, ExceptionDispatchInfo) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy InvocationBindingFailureMessage.

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

Parametry

invocationId
String

Identyfikator wywołania.

target
String

Nazwa metody docelowej.

bindingFailure
ExceptionDispatchInfo

Wyjątek zgłoszony podczas powiązania.

Dotyczy