17 references to InternalError
System.Data.Odbc (17)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
789throw ADP.InternalError(ADP.InternalErrorCode.InvalidBuffer);
Common\System\Data\ProviderBase\DbConnectionPool.cs (4)
143throw ADP.InternalError(ADP.InternalErrorCode.AttemptingToPoolOnRestrictedToken); 393throw ADP.InternalError(ADP.InternalErrorCode.CreateObjectReturnedNull); // CreateObject succeeded, but null object 397throw ADP.InternalError(ADP.InternalErrorCode.NewObjectCannotBePooled); // CreateObject succeeded, but non-poolable object 832throw ADP.InternalError(ADP.InternalErrorCode.UnexpectedWaitAnyResult);
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (2)
350throw ADP.InternalError(ADP.InternalErrorCode.InvalidParserState1); 397throw ADP.InternalError(ADP.InternalErrorCode.InvalidParserState2);
src\libraries\Common\src\System\Data\Common\NameValuePair.cs (1)
42throw ADP.InternalError(ADP.InternalErrorCode.NameValuePairNext);
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (9)
179throw ADP.InternalError(ADP.InternalErrorCode.CreateReferenceCollectionReturnedNull); 214throw ADP.InternalError(ADP.InternalErrorCode.AttemptingToConstructReferenceCollectionOnStaticObject); 294throw ADP.InternalError(ADP.InternalErrorCode.SynchronousConnectReturnedPending); 358throw ADP.InternalError(ADP.InternalErrorCode.UnpooledObjectHasOwner); // new unpooled object has an owner 363throw ADP.InternalError(ADP.InternalErrorCode.UnpooledObjectHasWrongOwner); // unpooled object has incorrect owner 367throw ADP.InternalError(ADP.InternalErrorCode.PushingObjectSecondTime); // pushing object onto stack a second time 393throw ADP.InternalError(ADP.InternalErrorCode.PooledObjectHasOwner); // pooled connection already has an owner! 402throw ADP.InternalError(ADP.InternalErrorCode.PooledObjectInPoolMoreThanOnce); // popping object off stack with multiple pooledCount 407throw ADP.InternalError(ADP.InternalErrorCode.NonPooledObjectUsedMoreThanOnce); // popping object off stack with multiple pooledCount