20 references to InternalError
System.Data.OleDb (20)
DbConnectionOptions.cs (2)
696throw ADP.InternalError(ADP.InternalErrorCode.InvalidParserState1); 743throw ADP.InternalError(ADP.InternalErrorCode.InvalidParserState2);
DbPropSet.cs (2)
177throw ADP.InternalError(ADP.InternalErrorCode.InvalidBuffer); 223throw ADP.InternalError(ADP.InternalErrorCode.InvalidBuffer);
System\Data\Common\NameValuePair.cs (1)
42throw ADP.InternalError(ADP.InternalErrorCode.NameValuePairNext);
System\Data\ProviderBase\DbBuffer.cs (1)
742throw ADP.InternalError(ADP.InternalErrorCode.InvalidBuffer);
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (10)
297throw ADP.InternalError(ADP.InternalErrorCode.CreateReferenceCollectionReturnedNull); 327throw ADP.InternalError(ADP.InternalErrorCode.AttemptingToConstructReferenceCollectionOnStaticObject); 382throw ADP.InternalError(ADP.InternalErrorCode.PooledObjectWithoutPool); // pooled connection does not have a pool 464throw ADP.InternalError(ADP.InternalErrorCode.SynchronousConnectReturnedPending); 523throw ADP.InternalError(ADP.InternalErrorCode.UnpooledObjectHasOwner); // new unpooled object has an owner 528throw ADP.InternalError(ADP.InternalErrorCode.UnpooledObjectHasWrongOwner); // unpooled object has incorrect owner 532throw ADP.InternalError(ADP.InternalErrorCode.PushingObjectSecondTime); // pushing object onto stack a second time 558throw ADP.InternalError(ADP.InternalErrorCode.PooledObjectHasOwner); // pooled connection already has an owner! 567throw ADP.InternalError(ADP.InternalErrorCode.PooledObjectInPoolMoreThanOnce); // popping object off stack with multiple pooledCount 572throw ADP.InternalError(ADP.InternalErrorCode.NonPooledObjectUsedMoreThanOnce); // popping object off stack with multiple pooledCount
System\Data\ProviderBase\DbConnectionPool.cs (4)
381throw ADP.InternalError(ADP.InternalErrorCode.AttemptingToPoolOnRestrictedToken); 662throw ADP.InternalError(ADP.InternalErrorCode.CreateObjectReturnedNull); // CreateObject succeeded, but null object 666throw ADP.InternalError(ADP.InternalErrorCode.NewObjectCannotBePooled); // CreateObject succeeded, but non-poolable object 1252throw ADP.InternalError(ADP.InternalErrorCode.UnexpectedWaitAnyResult);