다음을 통해 공유


WSTrustServiceContract.RequestFailed 이벤트

정의

클라이언트에서 WS-Trust 요청을 처리할 때 오류가 발생하는 경우에 발생합니다.

public:
 event EventHandler<System::ServiceModel::Security::WSTrustRequestProcessingErrorEventArgs ^> ^ RequestFailed;
public event EventHandler<System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs> RequestFailed;
member this.RequestFailed : EventHandler<System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs> 
Public Custom Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) 

이벤트 유형

EventHandler<WSTrustRequestProcessingErrorEventArgs>

설명

자세한 내용은 HandleException 메서드를 참조하세요.

적용 대상