The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ChannelDispatcher::ErrorHandlers Property
.NET Framework (current version)
Gets a set of IErrorHandler objects that can be used to insert custom error handling functionality for an endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property Collection<IErrorHandler^>^ ErrorHandlers { Collection<IErrorHandler^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<IErrorHandler^>^A SynchronizedCollection<T> of IErrorHandler objects.
.NET Framework
Available since 3.0
Available since 3.0
Show: