Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InternalErrorCode

Enumerator
UnpooledObjectHasOwner 
UnpooledObjectHasWrongOwner 
PushingObjectSecondTime 
PooledObjectHasOwner 
PooledObjectInPoolMoreThanOnce 
CreateObjectReturnedNull 
NewObjectCannotBePooled 
NonPooledObjectUsedMoreThanOnce 
AttemptingToPoolOnRestrictedToken 
ConvertSidToStringSidWReturnedNull 
AttemptingToConstructReferenceCollectionOnStaticObject 
AttemptingToEnlistTwice 
CreateReferenceCollectionReturnedNull 
PooledObjectWithoutPool 
UnexpectedWaitAnyResult 
SynchronousConnectReturnedPending 
CompletedConnectReturnedPending 
NameValuePairNext 
InvalidParserState1 
InvalidParserState2 
InvalidParserState3 
InvalidBuffer 
UnimplementedSMIMethod 
InvalidSmiCall 
SqlDependencyObtainProcessDispatcherFailureObjectHandle 
SqlDependencyProcessDispatcherFailureCreateInstance 
SqlDependencyProcessDispatcherFailureAppDomain 
SqlDependencyCommandHashIsNotAssociatedWithNotification 
UnknownTransactionFailure 

Definition at line 16 of file ADP.cs.

17 {
39 InvalidBuffer = 30,
41 InvalidSmiCall = 41,
47 }