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