10 instantiations of QuotaExceededException
System.ServiceModel (9)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
500throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QuotaExceededException(excMsg)); 570Exception inner = new QuotaExceededException(message); 774throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QuotaExceededException(excMsg));
System\ServiceModel\Channels\BufferManagerOutputStream.cs (1)
51return new QuotaExceededException(excMsg);
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
147Exception inner = new QuotaExceededException(message);
System\ServiceModel\Channels\MaxMessageSizeStream.cs (2)
70Exception inner = new QuotaExceededException(message); 83Exception inner = new QuotaExceededException(message);
System\ServiceModel\Channels\Message.cs (1)
1901Exception inner = new QuotaExceededException(message);
System\ServiceModel\Security\TimeBoundedCache.cs (1)
415Exception inner = new QuotaExceededException(message);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
237Exception inner = new QuotaExceededException(errorMessage, socketException);
21 references to QuotaExceededException
System.ServiceModel (21)
System\ServiceModel\Channels\PeerConnector.cs (1)
151e is QuotaExceededException ||
System\ServiceModel\Channels\PeerFlooder.cs (3)
172if (e is QuotaExceededException || (e is CommunicationException && e.InnerException is QuotaExceededException)) 482(exception is CommunicationException && !(exception.InnerException is QuotaExceededException))
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
919if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
309if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1546if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableOutputConnection.cs (3)
403catch (QuotaExceededException) 746catch (QuotaExceededException) 779catch (QuotaExceededException)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
262if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
473if (exception is QuotaExceededException)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
284if (exception is QuotaExceededException)
System\ServiceModel\Channels\UtilityExtension.cs (1)
357if (!(!(e.InnerException is QuotaExceededException)))
System\ServiceModel\ProtocolException.cs (2)
30catch (QuotaExceededException) 54catch (QuotaExceededException)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
687|| e is QuotaExceededException
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
741catch (QuotaExceededException e) 922else if (e is QuotaExceededException)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
445if (e is QuotaExceededException)
System\ServiceModel\Transactions\WsatProxy.cs (1)
188inner is QuotaExceededException ||