104 references to GetResourceString
System.Transactions.Local (104)
artifacts\obj\System.Transactions.Local\Debug\net10.0\System.SR.cs (104)
16internal static string @AsyncFlowAndESInteropNotSupported => GetResourceString("AsyncFlowAndESInteropNotSupported", @"TransactionScope with TransactionScopeAsyncFlowOption.Enabled option is not supported when the TransactionScope is used within Enterprise Service context with Automatic or Full EnterpriseServicesInteropOption enabled in parent scope."); 18internal static string @BadAsyncResult => GetResourceString("BadAsyncResult", @"The IAsyncResult parameter must be the same parameter returned by BeginCommit."); 20internal static string @BadResourceManagerId => GetResourceString("BadResourceManagerId", @"Resource Manager Identifiers cannot be Guid.Empty."); 22internal static string @CannotPromoteSnapshot => GetResourceString("CannotPromoteSnapshot", @"Transactions with IsolationLevel Snapshot cannot be promoted."); 24internal static string @CannotSetCurrent => GetResourceString("CannotSetCurrent", @"Current cannot be set directly when Com+ Interop is enabled."); 26internal static string @CurrentDelegateSet => GetResourceString("CurrentDelegateSet", @"The delegate for an external current can only be set once."); 28internal static string @DisposeScope => GetResourceString("DisposeScope", @"The current TransactionScope is already complete. You should dispose the TransactionScope."); 30internal static string @EnlistmentStateException => GetResourceString("EnlistmentStateException", @"The operation is not valid for the current state of the enlistment."); 32internal static string @EsNotSupported => GetResourceString("EsNotSupported", @"Com+ Interop features cannot be supported."); 34internal static string @InternalError => GetResourceString("InternalError", @"Internal Error"); 36internal static string @InvalidArgument => GetResourceString("InvalidArgument", @"The argument is invalid."); 38internal static string @InvalidIPromotableSinglePhaseNotificationSpecified => GetResourceString("InvalidIPromotableSinglePhaseNotificationSpecified", @"The specified IPromotableSinglePhaseNotification is not the same as the one provided to EnlistPromotableSinglePhase."); 40internal static string @InvalidRecoveryInformation => GetResourceString("InvalidRecoveryInformation", @"Transaction Manager in the Recovery Information does not match the configured transaction manager."); 42internal static string @InvalidScopeThread => GetResourceString("InvalidScopeThread", @"A TransactionScope must be disposed on the same thread that it was created."); 44internal static string @PromotionFailed => GetResourceString("PromotionFailed", @"There was an error promoting the transaction to a distributed transaction."); 46internal static string @PromotedReturnedInvalidValue => GetResourceString("PromotedReturnedInvalidValue", @"The Promote method returned an invalid value for the distributed transaction."); 48internal static string @PromotedTransactionExists => GetResourceString("PromotedTransactionExists", @"The transaction returned from Promote already exists as a distributed transaction."); 50internal static string @TooLate => GetResourceString("TooLate", @"It is too late to add enlistments to this transaction."); 52internal static string @TraceTransactionTimeout => GetResourceString("TraceTransactionTimeout", @"Transaction Timeout"); 54internal static string @TransactionAborted => GetResourceString("TransactionAborted", @"The transaction has aborted."); 56internal static string @TransactionAlreadyCompleted => GetResourceString("TransactionAlreadyCompleted", @"DependentTransaction.Complete or CommittableTransaction.Commit has already been called for this transaction."); 58internal static string @TransactionIndoubt => GetResourceString("TransactionIndoubt", @"The transaction is in doubt."); 60internal static string @TransactionManagerCommunicationException => GetResourceString("TransactionManagerCommunicationException", @"Communication with the underlying transaction manager has failed."); 62internal static string @TransactionScopeComplete => GetResourceString("TransactionScopeComplete", @"The current TransactionScope is already complete."); 64internal static string @TransactionScopeIncorrectCurrent => GetResourceString("TransactionScopeIncorrectCurrent", @"Transaction.Current has changed inside of the TransactionScope."); 66internal static string @TransactionScopeInvalidNesting => GetResourceString("TransactionScopeInvalidNesting", @"TransactionScope nested incorrectly."); 68internal static string @TransactionScopeIsolationLevelDifferentFromTransaction => GetResourceString("TransactionScopeIsolationLevelDifferentFromTransaction", @"The transaction specified for TransactionScope has a different IsolationLevel than the value requested for the scope."); 70internal static string @TransactionScopeTimerObjectInvalid => GetResourceString("TransactionScopeTimerObjectInvalid", @"TransactionScope timer object is invalid."); 72internal static string @TransactionStateException => GetResourceString("TransactionStateException", @"The operation is not valid for the state of the transaction."); 74internal static string @UnexpectedFailureOfThreadPool => GetResourceString("UnexpectedFailureOfThreadPool", @"There was an unexpected failure of QueueUserWorkItem."); 76internal static string @UnexpectedTimerFailure => GetResourceString("UnexpectedTimerFailure", @"There was an unexpected failure of a timer."); 78internal static string @UnrecognizedRecoveryInformation => GetResourceString("UnrecognizedRecoveryInformation", @"The RecoveryInformation provided is not recognized by this version of System.Transactions."); 80internal static string @VolEnlistNoRecoveryInfo => GetResourceString("VolEnlistNoRecoveryInfo", @"Volatile enlistments do not generate recovery information."); 82internal static string @DistributedTxIDInTransactionException => GetResourceString("DistributedTxIDInTransactionException", @"{0} Distributed Transaction ID is {1}"); 84internal static string @PromoterTypeInvalid => GetResourceString("PromoterTypeInvalid", @"The specified PromoterType is invalid."); 86internal static string @PromoterTypeUnrecognized => GetResourceString("PromoterTypeUnrecognized", @"There is a promotable enlistment for the transaction which has a PromoterType value that is not recognized by System.Transactions. {0}"); 88internal static string @DistributedNotSupported => GetResourceString("DistributedNotSupported", @"This platform does not support distributed transactions."); 90internal static string @TraceSourceOletx => GetResourceString("TraceSourceOletx", @"[Distributed]"); 92internal static string @TraceConfiguredDefaultTimeoutAdjusted => GetResourceString("TraceConfiguredDefaultTimeoutAdjusted", @"Configured DefaultTimeout is greater than configured DefaultMaximumTimeout - adjusting down to DefaultMaximumTimeout"); 94internal static string @TraceMethodEntered => GetResourceString("TraceMethodEntered", @"Method Entered"); 96internal static string @TraceMethodExited => GetResourceString("TraceMethodExited", @"Method Exited"); 98internal static string @OperationInvalidOnAnEmptyDocument => GetResourceString("OperationInvalidOnAnEmptyDocument", @"The operation is invalid because the document is empty."); 100internal static string @CannotAddToClosedDocument => GetResourceString("CannotAddToClosedDocument", @"Cannot add an element to a closed document."); 102internal static string @TextNodeAlreadyPopulated => GetResourceString("TextNodeAlreadyPopulated", @"The text node already has a value."); 104internal static string @TraceEnlistment => GetResourceString("TraceEnlistment", @"Enlistment Created"); 106internal static string @TraceTransactionPromoted => GetResourceString("TraceTransactionPromoted", @"Transaction Promoted"); 108internal static string @TraceEnlistmentNotificationCall => GetResourceString("TraceEnlistmentNotificationCall", @"Enlistment Notification Call"); 110internal static string @TraceEnlistmentCallbackPositive => GetResourceString("TraceEnlistmentCallbackPositive", @"Enlistment Callback Positive"); 112internal static string @TraceEnlistmentCallbackNegative => GetResourceString("TraceEnlistmentCallbackNegative", @"Enlistment Callback Negative"); 114internal static string @DocumentAlreadyClosed => GetResourceString("DocumentAlreadyClosed", @"Cannot close an element on a closed document."); 116internal static string @TraceInternalError => GetResourceString("TraceInternalError", @"Internal Error"); 118internal static string @TraceInvalidOperationException => GetResourceString("TraceInvalidOperationException", @"InvalidOperationException Thrown"); 120internal static string @TraceExceptionConsumed => GetResourceString("TraceExceptionConsumed", @"Exception Consumed"); 122internal static string @TraceTransactionException => GetResourceString("TraceTransactionException", @"TransactionException Thrown"); 124internal static string @TraceTransactionDeserialized => GetResourceString("TraceTransactionDeserialized", @"Transaction Deserialized"); 126internal static string @TraceTransactionSerialized => GetResourceString("TraceTransactionSerialized", @"Transaction Serialized"); 128internal static string @TraceTransactionManagerCreated => GetResourceString("TraceTransactionManagerCreated", @"Transaction Manager Instance Created"); 130internal static string @TraceReenlist => GetResourceString("TraceReenlist", @"TransactionManager.Reenlist Called"); 132internal static string @TraceTransactionCreated => GetResourceString("TraceTransactionCreated", @"Transaction Created"); 134internal static string @TraceTransactionCommitCalled => GetResourceString("TraceTransactionCommitCalled", @"CommittableTransaction.Commit Called"); 136internal static string @TraceTransactionCommitted => GetResourceString("TraceTransactionCommitted", @"Transaction Committed"); 138internal static string @TraceTransactionAborted => GetResourceString("TraceTransactionAborted", @"Transaction Aborted"); 140internal static string @TraceTransactionInDoubt => GetResourceString("TraceTransactionInDoubt", @"Transaction InDoubt"); 142internal static string @TraceTransactionScopeCreated => GetResourceString("TraceTransactionScopeCreated", @"TransactionScope Created"); 144internal static string @TraceTransactionScopeDisposed => GetResourceString("TraceTransactionScopeDisposed", @"TransactionScope Disposed"); 146internal static string @ProxyCannotSupportMultipleNodeNames => GetResourceString("ProxyCannotSupportMultipleNodeNames", @"MSDTC Proxy cannot support specification of different node names in the same process."); 148internal static string @CannotSupportNodeNameSpecification => GetResourceString("CannotSupportNodeNameSpecification", @"Cannot support specification of node name for the distributed transaction manager through System.Transactions due to MSDTC Proxy version."); 150internal static string @FailedToCreateTraceSource => GetResourceString("FailedToCreateTraceSource", @"Failed to create trace source."); 152internal static string @FailedToInitializeTraceSource => GetResourceString("FailedToInitializeTraceSource", @"Failed to initialize trace source."); 154internal static string @TraceRecoveryComplete => GetResourceString("TraceRecoveryComplete", @"TransactionManager.RecoveryComplete Called"); 156internal static string @TraceCloneCreated => GetResourceString("TraceCloneCreated", @"Clone Created"); 158internal static string @TraceDependentCloneComplete => GetResourceString("TraceDependentCloneComplete", @"Dependent Clone Completed"); 160internal static string @TraceDependentCloneCreated => GetResourceString("TraceDependentCloneCreated", @"Dependent Clone Created"); 162internal static string @TraceTransactionScopeTimeout => GetResourceString("TraceTransactionScopeTimeout", @"TransactionScope Timeout"); 164internal static string @TraceTransactionRollbackCalled => GetResourceString("TraceTransactionRollbackCalled", @"Transaction.Rollback Called"); 166internal static string @TraceFailure => GetResourceString("TraceFailure", @"Trace Event Type: {0}\nTrace Code: {1}\nTrace Description {2}\nObject: {3}"); 168internal static string @OletxEnlistmentUnexpectedTransactionStatus => GetResourceString("OletxEnlistmentUnexpectedTransactionStatus", @"Internal Error - Unexpected transaction status value in enlistment constructor."); 170internal static string @UnableToDeserializeTransaction => GetResourceString("UnableToDeserializeTransaction", @"Unable to deserialize the transaction."); 172internal static string @UnableToDeserializeTransactionInternalError => GetResourceString("UnableToDeserializeTransactionInternalError", @"Internal Error - Unable to deserialize the transaction."); 174internal static string @TransactionAlreadyOver => GetResourceString("TransactionAlreadyOver", @"The transaction has already been implicitly or explicitly committed or aborted."); 176internal static string @EventLogValue => GetResourceString("EventLogValue", @"Process Name: {0}\nProcess Id: {1}\nCode: {2}\nDescription: {3}"); 178internal static string @EventLogSourceValue => GetResourceString("EventLogSourceValue", @"Source: {0}"); 180internal static string @EventLogExceptionValue => GetResourceString("EventLogExceptionValue", @"Exception: {0}"); 182internal static string @EventLogEventIdValue => GetResourceString("EventLogEventIdValue", @"Event ID: {0}"); 184internal static string @EventLogTraceValue => GetResourceString("EventLogTraceValue", @"Other information : {0}"); 186internal static string @TraceTransactionScopeCurrentTransactionChanged => GetResourceString("TraceTransactionScopeCurrentTransactionChanged", @"TransactionScope Current Transaction Changed"); 188internal static string @TraceTransactionScopeNestedIncorrectly => GetResourceString("TraceTransactionScopeNestedIncorrectly", @"TransactionScope Nested Incorrectly"); 190internal static string @TraceTransactionScopeIncomplete => GetResourceString("TraceTransactionScopeIncomplete", @"TransactionScope Incomplete"); 192internal static string @UnableToGetNotificationShimFactory => GetResourceString("UnableToGetNotificationShimFactory", @"Distributed transaction manager is unable to create the NotificationShimFactory object."); 194internal static string @CannotGetTransactionIdentifier => GetResourceString("CannotGetTransactionIdentifier", @"Unable to obtain the transaction identifier."); 196internal static string @ReenlistAfterRecoveryComplete => GetResourceString("ReenlistAfterRecoveryComplete", @"Calling TransactionManager.Reenlist is not allowed after TransactionManager.RecoveryComplete is called for a given resource manager identifier."); 198internal static string @DuplicateRecoveryComplete => GetResourceString("DuplicateRecoveryComplete", @"RecoveryComplete must not be called twice by the same resource manager identifier instance."); 200internal static string @DtcTransactionManagerUnavailable => GetResourceString("DtcTransactionManagerUnavailable", @"MSDTC Transaction Manager is unavailable."); 202internal static string @NetworkTransactionsDisabled => GetResourceString("NetworkTransactionsDisabled", @"Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool."); 204internal static string @TraceSourceLtm => GetResourceString("TraceSourceLtm", @"[Lightweight]"); 206internal static string @TraceCodeAppDomainUnloading => GetResourceString("TraceCodeAppDomainUnloading", @"AppDomain unloading."); 208internal static string @UnhandledException => GetResourceString("UnhandledException", @"Unhandled Exception"); 210internal static string @ResourceManagerIdDoesNotMatchRecoveryInformation => GetResourceString("ResourceManagerIdDoesNotMatchRecoveryInformation", @"The resourceManagerIdentifier does not match the contents of the specified recovery information."); 212internal static string @OletxTooManyEnlistments => GetResourceString("OletxTooManyEnlistments", @"The distributed transaction manager does not allow any more durable enlistments on the transaction."); 214internal static string @FailedToTraceEvent => GetResourceString("FailedToTraceEvent", @"Failed to trace event: {0}."); 216internal static string @TraceSourceBase => GetResourceString("TraceSourceBase", @"[Base]"); 218internal static string @DistributedNotSupportedOn32Bits => GetResourceString("DistributedNotSupportedOn32Bits", @"Distributed transactions are currently unsupported in 32-bit processes."); 220internal static string @ImplicitDistributedTransactionsDisabled => GetResourceString("ImplicitDistributedTransactionsDisabled", @"Implicit distributed transactions have not been enabled. If you're intentionally starting a distributed transaction, set TransactionManager.ImplicitDistributedTransactions to true."); 222internal static string @ImplicitDistributedTransactionsCannotBeChanged => GetResourceString("ImplicitDistributedTransactionsCannotBeChanged", @"TransactionManager.ImplicitDistributedTransaction cannot be changed once set, or once System.Transactions distributed transactions have been initialized. Set this flag once at the start of your program.");