共用方式為


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

調用識別碼。

target
String

目標方法名稱。

bindingFailure
ExceptionDispatchInfo

系結期間擲回的例外狀況。

適用於