WSTrustRequestProcessingErrorEventArgs::Exception Property

.NET Framework (current version)
 

Gets the exception that was thrown.

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Exception^ Exception {
	Exception^ get();
}

Property Value

Type: System::Exception^

The exception that was thrown.

.NET Framework
Available since 4.5
Return to top
Show: