58 references to InternalException
System (58)
net\System\Net\_AutoWebProxyScriptWrapper.cs (2)
532s_ProxyScriptHelperLoadError = exception == null ? new InternalException() : exception; 568s_ProxyScriptHelperLoadError = exception == null ? new InternalException() : exception;
net\System\Net\_ChunkParser.cs (2)
240throw new InternalException(); ; 272throw new InternalException(); ;
net\System\Net\_CommandStream.cs (1)
220throw new InternalException();
net\System\Net\_Connection.cs (11)
120throw new InternalException(); //This may cause duplicate requests if we let it through in retail 145throw new InternalException(); 390throw new InternalException(); 397throw new InternalException(); 413throw new InternalException(); 1412throw new InternalException(); // other requests may already started reading on this connection, need a QFE 1482throw new InternalException(); 3048throw new InternalException(); // 3188throw new InternalException(); //consider making an assert later. 3473throw new InternalException(); //in case we posted two receives at once 3701throw new InternalException(); //This may cause duplicate requests if we let it through in retail
net\System\Net\_ConnectStream.cs (1)
1580throw new InternalException(); //
net\System\Net\_FtpControlStream.cs (2)
176throw new InternalException(); 1133throw new InternalException();
net\System\Net\_LoggingObject.cs (1)
876throw new InternalException();
net\System\Net\_NTAuthentication.cs (3)
1065throw new InternalException(); 1118throw new InternalException(); 1188throw new InternalException();
net\System\Net\_PooledStream.cs (6)
273throw new InternalException(); // new unpooled object has an owner 276throw new InternalException(); // unpooled object has incorrect owner 282throw new InternalException(); // pushing object onto stack a second time 299throw new InternalException(); // pooled connection already has an owner! 308throw new InternalException(); // popping object off stack with multiple pooledCount 311throw new InternalException(); // popping object off stack with multiple pooledCount
net\System\Net\connectionpool.cs (4)
398throw new InternalException(); // Create succeeded, but null object 401throw new InternalException(); // Create succeeded, but non-poolable object 606throw new InternalException(); 648throw new InternalException();
net\System\Net\FtpWebRequest.cs (4)
1165throw new InternalException(); 1211throw new InternalException(); //consider replacing this on Assert 1373throw new InternalException(); 1525throw new InternalException();
net\System\Net\HttpWebRequest.cs (9)
3568throw new InternalException(); //Consider making an Assert later. If the condtion is met then this request may hang. 3591throw new InternalException();// make an assert later 3602throw new InternalException();// make an assert later that will be ignored in retail 3665throw new InternalException();// make an assert later 3700throw new InternalException(); //Consider making an Assert later. If the condition is met it _might_ process a sync request on non submitting thread. 3751GlobalLog.LeaveException("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SetResponse", new InternalException()); 4040throw new InternalException(); 4065throw new InternalException(); 4087throw new InternalException();
net\System\Net\Internal.cs (5)
470throw new InternalException(); 487throw new InternalException(); 499throw new InternalException(); 515throw new InternalException(); 528throw new InternalException();
net\System\Net\IPAddress.cs (1)
717throw new InternalException();
net\System\Net\SecureProtocols\_HelperAsyncResults.cs (3)
113throw new InternalException(); // pending op is in progress 135throw new InternalException(); // only allow one call 149throw new InternalException(); // only allow one call
net\System\Net\SecureProtocols\_NegoState.cs (1)
571throw new InternalException();
net\System\Net\SecureProtocols\_SslState.cs (1)
1717throw new InternalException();
net\System\Net\WebExceptionStatus.cs (1)
161throw new InternalException();