Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A ServerTooBusyException exception is thrown when a server is too busy to accept a message.
Remarks
This exception derives from the CommunicationException that represents a class of recoverable errors that might be thrown during communication between endpoints. Robust client and service Windows Communication Foundation (WCF) applications are expected to handle these exceptions. To prevent a handler for CommunicationException from catching the more specific ServerTooBusyException, catch this exception prior to handling CommunicationException.
See Also
Tasks
How to: Use the Exception Assistant