 | ServiceDispatcherErrorHandlers Property |
Gets the error handlers on this service
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic 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
ListIServiceErrorHandler
See Also