Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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