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

바인딩하는 동안 throw된 예외입니다.

적용 대상