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