WSTrustRequestProcessingErrorEventArgs Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the WSTrustRequestProcessingErrorEventArgs class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
WSTrustRequestProcessingErrorEventArgs(
String^ requestType,
Exception^ exception
)
Parameters
- requestType
-
Type:
System::String^
The WS-Trust request type that failed. This is a URI.
- exception
-
Type:
System::Exception^
The exception that occurred during the request.
.NET Framework
Available since 4.5
Available since 4.5
Show: