WSTrustRequestProcessingErrorEventArgs(String, Exception) Constructor

Definición

Inicializa una nueva instancia de la clase WSTrustRequestProcessingErrorEventArgs.

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)

Parámetros

requestType
String

Tipo de solicitud de WS-Trust que produjo un error. Se trata de un URI.

exception
Exception

Excepción que se produjo durante la solicitud.

Se aplica a