Aracılığıyla paylaş


WSTrustRequestProcessingErrorEventArgs(String, Exception) Oluşturucu

Tanım

WSTrustRequestProcessingErrorEventArgs sınıfının yeni bir örneğini başlatır.

public:
 WSTrustRequestProcessingErrorEventArgs(System::String ^ requestType, Exception ^ exception);
public WSTrustRequestProcessingErrorEventArgs (string requestType, Exception exception);
new System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs : string * Exception -> System.ServiceModel.Security.WSTrustRequestProcessingErrorEventArgs
Public Sub New (requestType As String, exception As Exception)

Parametreler

requestType
String

Başarısız WS-Trust istek türü. Bu bir URI'dir.

exception
Exception

İstek sırasında meydana gelen özel durum.

Şunlara uygulanır