| ServiceDispatcherErrorHandlers Property |
Gets the error handlers on this service
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public List<IServiceErrorHandler> ErrorHandlers { get; }
Public ReadOnly Property ErrorHandlers As List(Of IServiceErrorHandler)
Get
public:
property List<IServiceErrorHandler^>^ ErrorHandlers {
List<IServiceErrorHandler^>^ get ();
}
member ErrorHandlers : List<IServiceErrorHandler> with get
Property Value
Type:
ListIServiceErrorHandlerSee Also