InvocationBindingFailureMessage(String, String, ExceptionDispatchInfo) 构造函数

定义

初始化 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)

参数

invocationId
String

调用 ID。

target
String

目标方法名称。

bindingFailure
ExceptionDispatchInfo

绑定期间引发的异常。

适用于