Compartir a través de


InvocationBindingFailureMessage(String, String, ExceptionDispatchInfo) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

invocationId
String

Identificador de invocación.

target
String

Nombre del método de destino.

bindingFailure
ExceptionDispatchInfo

Excepción producida durante el enlace.

Se aplica a