IForwarderErrorFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores errors and exceptions that occurred when forwarding the request to the destination.
public interface IForwarderErrorFeature
type IForwarderErrorFeature = interface
Public Interface IForwarderErrorFeature
Properties
Error |
The specified ProxyError. |
Exception |
An Exception that occurred when forwarding the request to the destination, if any. |