File: src\runtime\artifacts\obj\System.Transactions.Local\Release\net11.0-windows\System.SR.cs
Project: src\runtime\src\libraries\System.Transactions.Local\src\System.Transactions.Local.csproj (System.Transactions.Local)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Transactions.Local
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Transactions.Local.SR)));

        /// <summary>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.</summary>
        internal static string @AsyncFlowAndESInteropNotSupported => GetResourceString("AsyncFlowAndESInteropNotSupported");
        /// <summary>The IAsyncResult parameter must be the same parameter returned by BeginCommit.</summary>
        internal static string @BadAsyncResult => GetResourceString("BadAsyncResult");
        /// <summary>Resource Manager Identifiers cannot be Guid.Empty.</summary>
        internal static string @BadResourceManagerId => GetResourceString("BadResourceManagerId");
        /// <summary>Transactions with IsolationLevel Snapshot cannot be promoted.</summary>
        internal static string @CannotPromoteSnapshot => GetResourceString("CannotPromoteSnapshot");
        /// <summary>Current cannot be set directly when Com+ Interop is enabled.</summary>
        internal static string @CannotSetCurrent => GetResourceString("CannotSetCurrent");
        /// <summary>The delegate for an external current can only be set once.</summary>
        internal static string @CurrentDelegateSet => GetResourceString("CurrentDelegateSet");
        /// <summary>The current TransactionScope is already complete. You should dispose the TransactionScope.</summary>
        internal static string @DisposeScope => GetResourceString("DisposeScope");
        /// <summary>The operation is not valid for the current state of the enlistment.</summary>
        internal static string @EnlistmentStateException => GetResourceString("EnlistmentStateException");
        /// <summary>Com+ Interop features cannot be supported.</summary>
        internal static string @EsNotSupported => GetResourceString("EsNotSupported");
        /// <summary>Internal Error</summary>
        internal static string @InternalError => GetResourceString("InternalError");
        /// <summary>The argument is invalid.</summary>
        internal static string @InvalidArgument => GetResourceString("InvalidArgument");
        /// <summary>The specified IPromotableSinglePhaseNotification is not the same as the one provided to EnlistPromotableSinglePhase.</summary>
        internal static string @InvalidIPromotableSinglePhaseNotificationSpecified => GetResourceString("InvalidIPromotableSinglePhaseNotificationSpecified");
        /// <summary>Transaction Manager in the Recovery Information does not match the configured transaction manager.</summary>
        internal static string @InvalidRecoveryInformation => GetResourceString("InvalidRecoveryInformation");
        /// <summary>A TransactionScope must be disposed on the same thread that it was created.</summary>
        internal static string @InvalidScopeThread => GetResourceString("InvalidScopeThread");
        /// <summary>There was an error promoting the transaction to a distributed transaction.</summary>
        internal static string @PromotionFailed => GetResourceString("PromotionFailed");
        /// <summary>The Promote method returned an invalid value for the distributed transaction.</summary>
        internal static string @PromotedReturnedInvalidValue => GetResourceString("PromotedReturnedInvalidValue");
        /// <summary>The transaction returned from Promote already exists as a distributed transaction.</summary>
        internal static string @PromotedTransactionExists => GetResourceString("PromotedTransactionExists");
        /// <summary>It is too late to add enlistments to this transaction.</summary>
        internal static string @TooLate => GetResourceString("TooLate");
        /// <summary>Transaction Timeout</summary>
        internal static string @TraceTransactionTimeout => GetResourceString("TraceTransactionTimeout");
        /// <summary>The transaction has aborted.</summary>
        internal static string @TransactionAborted => GetResourceString("TransactionAborted");
        /// <summary>DependentTransaction.Complete or CommittableTransaction.Commit has already been called for this transaction.</summary>
        internal static string @TransactionAlreadyCompleted => GetResourceString("TransactionAlreadyCompleted");
        /// <summary>The transaction is in doubt.</summary>
        internal static string @TransactionIndoubt => GetResourceString("TransactionIndoubt");
        /// <summary>Communication with the underlying transaction manager has failed.</summary>
        internal static string @TransactionManagerCommunicationException => GetResourceString("TransactionManagerCommunicationException");
        /// <summary>The current TransactionScope is already complete.</summary>
        internal static string @TransactionScopeComplete => GetResourceString("TransactionScopeComplete");
        /// <summary>Transaction.Current has changed inside of the TransactionScope.</summary>
        internal static string @TransactionScopeIncorrectCurrent => GetResourceString("TransactionScopeIncorrectCurrent");
        /// <summary>TransactionScope nested incorrectly.</summary>
        internal static string @TransactionScopeInvalidNesting => GetResourceString("TransactionScopeInvalidNesting");
        /// <summary>The transaction specified for TransactionScope has a different IsolationLevel than the value requested for the scope.</summary>
        internal static string @TransactionScopeIsolationLevelDifferentFromTransaction => GetResourceString("TransactionScopeIsolationLevelDifferentFromTransaction");
        /// <summary>TransactionScope timer object is invalid.</summary>
        internal static string @TransactionScopeTimerObjectInvalid => GetResourceString("TransactionScopeTimerObjectInvalid");
        /// <summary>The operation is not valid for the state of the transaction.</summary>
        internal static string @TransactionStateException => GetResourceString("TransactionStateException");
        /// <summary>There was an unexpected failure of QueueUserWorkItem.</summary>
        internal static string @UnexpectedFailureOfThreadPool => GetResourceString("UnexpectedFailureOfThreadPool");
        /// <summary>There was an unexpected failure of a timer.</summary>
        internal static string @UnexpectedTimerFailure => GetResourceString("UnexpectedTimerFailure");
        /// <summary>The RecoveryInformation provided is not recognized by this version of System.Transactions.</summary>
        internal static string @UnrecognizedRecoveryInformation => GetResourceString("UnrecognizedRecoveryInformation");
        /// <summary>Volatile enlistments do not generate recovery information.</summary>
        internal static string @VolEnlistNoRecoveryInfo => GetResourceString("VolEnlistNoRecoveryInfo");
        /// <summary>{0} Distributed Transaction ID is {1}</summary>
        internal static string @DistributedTxIDInTransactionException => GetResourceString("DistributedTxIDInTransactionException");
        /// <summary>The specified PromoterType is invalid.</summary>
        internal static string @PromoterTypeInvalid => GetResourceString("PromoterTypeInvalid");
        /// <summary>There is a promotable enlistment for the transaction which has a PromoterType value that is not recognized by System.Transactions. {0}</summary>
        internal static string @PromoterTypeUnrecognized => GetResourceString("PromoterTypeUnrecognized");
        /// <summary>This platform does not support distributed transactions.</summary>
        internal static string @DistributedNotSupported => GetResourceString("DistributedNotSupported");
        /// <summary>[Distributed]</summary>
        internal static string @TraceSourceOletx => GetResourceString("TraceSourceOletx");
        /// <summary>Configured DefaultTimeout is greater than configured DefaultMaximumTimeout - adjusting down to DefaultMaximumTimeout</summary>
        internal static string @TraceConfiguredDefaultTimeoutAdjusted => GetResourceString("TraceConfiguredDefaultTimeoutAdjusted");
        /// <summary>Method Entered</summary>
        internal static string @TraceMethodEntered => GetResourceString("TraceMethodEntered");
        /// <summary>Method Exited</summary>
        internal static string @TraceMethodExited => GetResourceString("TraceMethodExited");
        /// <summary>The operation is invalid because the document is empty.</summary>
        internal static string @OperationInvalidOnAnEmptyDocument => GetResourceString("OperationInvalidOnAnEmptyDocument");
        /// <summary>Cannot add an element to a closed document.</summary>
        internal static string @CannotAddToClosedDocument => GetResourceString("CannotAddToClosedDocument");
        /// <summary>The text node already has a value.</summary>
        internal static string @TextNodeAlreadyPopulated => GetResourceString("TextNodeAlreadyPopulated");
        /// <summary>Enlistment Created</summary>
        internal static string @TraceEnlistment => GetResourceString("TraceEnlistment");
        /// <summary>Transaction Promoted</summary>
        internal static string @TraceTransactionPromoted => GetResourceString("TraceTransactionPromoted");
        /// <summary>Enlistment Notification Call</summary>
        internal static string @TraceEnlistmentNotificationCall => GetResourceString("TraceEnlistmentNotificationCall");
        /// <summary>Enlistment Callback Positive</summary>
        internal static string @TraceEnlistmentCallbackPositive => GetResourceString("TraceEnlistmentCallbackPositive");
        /// <summary>Enlistment Callback Negative</summary>
        internal static string @TraceEnlistmentCallbackNegative => GetResourceString("TraceEnlistmentCallbackNegative");
        /// <summary>Cannot close an element on a closed document.</summary>
        internal static string @DocumentAlreadyClosed => GetResourceString("DocumentAlreadyClosed");
        /// <summary>Internal Error</summary>
        internal static string @TraceInternalError => GetResourceString("TraceInternalError");
        /// <summary>InvalidOperationException Thrown</summary>
        internal static string @TraceInvalidOperationException => GetResourceString("TraceInvalidOperationException");
        /// <summary>Exception Consumed</summary>
        internal static string @TraceExceptionConsumed => GetResourceString("TraceExceptionConsumed");
        /// <summary>TransactionException Thrown</summary>
        internal static string @TraceTransactionException => GetResourceString("TraceTransactionException");
        /// <summary>Transaction Deserialized</summary>
        internal static string @TraceTransactionDeserialized => GetResourceString("TraceTransactionDeserialized");
        /// <summary>Transaction Serialized</summary>
        internal static string @TraceTransactionSerialized => GetResourceString("TraceTransactionSerialized");
        /// <summary>Transaction Manager Instance Created</summary>
        internal static string @TraceTransactionManagerCreated => GetResourceString("TraceTransactionManagerCreated");
        /// <summary>TransactionManager.Reenlist Called</summary>
        internal static string @TraceReenlist => GetResourceString("TraceReenlist");
        /// <summary>Transaction Created</summary>
        internal static string @TraceTransactionCreated => GetResourceString("TraceTransactionCreated");
        /// <summary>CommittableTransaction.Commit Called</summary>
        internal static string @TraceTransactionCommitCalled => GetResourceString("TraceTransactionCommitCalled");
        /// <summary>Transaction Committed</summary>
        internal static string @TraceTransactionCommitted => GetResourceString("TraceTransactionCommitted");
        /// <summary>Transaction Aborted</summary>
        internal static string @TraceTransactionAborted => GetResourceString("TraceTransactionAborted");
        /// <summary>Transaction InDoubt</summary>
        internal static string @TraceTransactionInDoubt => GetResourceString("TraceTransactionInDoubt");
        /// <summary>TransactionScope Created</summary>
        internal static string @TraceTransactionScopeCreated => GetResourceString("TraceTransactionScopeCreated");
        /// <summary>TransactionScope Disposed</summary>
        internal static string @TraceTransactionScopeDisposed => GetResourceString("TraceTransactionScopeDisposed");
        /// <summary>MSDTC Proxy cannot support specification of different node names in the same process.</summary>
        internal static string @ProxyCannotSupportMultipleNodeNames => GetResourceString("ProxyCannotSupportMultipleNodeNames");
        /// <summary>Cannot support specification of node name for the distributed transaction manager through System.Transactions due to MSDTC Proxy version.</summary>
        internal static string @CannotSupportNodeNameSpecification => GetResourceString("CannotSupportNodeNameSpecification");
        /// <summary>Failed to create trace source.</summary>
        internal static string @FailedToCreateTraceSource => GetResourceString("FailedToCreateTraceSource");
        /// <summary>Failed to initialize trace source.</summary>
        internal static string @FailedToInitializeTraceSource => GetResourceString("FailedToInitializeTraceSource");
        /// <summary>TransactionManager.RecoveryComplete Called</summary>
        internal static string @TraceRecoveryComplete => GetResourceString("TraceRecoveryComplete");
        /// <summary>Clone Created</summary>
        internal static string @TraceCloneCreated => GetResourceString("TraceCloneCreated");
        /// <summary>Dependent Clone Completed</summary>
        internal static string @TraceDependentCloneComplete => GetResourceString("TraceDependentCloneComplete");
        /// <summary>Dependent Clone Created</summary>
        internal static string @TraceDependentCloneCreated => GetResourceString("TraceDependentCloneCreated");
        /// <summary>TransactionScope Timeout</summary>
        internal static string @TraceTransactionScopeTimeout => GetResourceString("TraceTransactionScopeTimeout");
        /// <summary>Transaction.Rollback Called</summary>
        internal static string @TraceTransactionRollbackCalled => GetResourceString("TraceTransactionRollbackCalled");
        /// <summary>Trace Event Type: {0}\nTrace Code: {1}\nTrace Description {2}\nObject: {3}</summary>
        internal static string @TraceFailure => GetResourceString("TraceFailure");
        /// <summary>Internal Error - Unexpected transaction status value in enlistment constructor.</summary>
        internal static string @OletxEnlistmentUnexpectedTransactionStatus => GetResourceString("OletxEnlistmentUnexpectedTransactionStatus");
        /// <summary>Unable to deserialize the transaction.</summary>
        internal static string @UnableToDeserializeTransaction => GetResourceString("UnableToDeserializeTransaction");
        /// <summary>Internal Error - Unable to deserialize the transaction.</summary>
        internal static string @UnableToDeserializeTransactionInternalError => GetResourceString("UnableToDeserializeTransactionInternalError");
        /// <summary>The transaction has already been implicitly or explicitly committed or aborted.</summary>
        internal static string @TransactionAlreadyOver => GetResourceString("TransactionAlreadyOver");
        /// <summary>Process Name: {0}\nProcess Id: {1}\nCode: {2}\nDescription: {3}</summary>
        internal static string @EventLogValue => GetResourceString("EventLogValue");
        /// <summary>Source: {0}</summary>
        internal static string @EventLogSourceValue => GetResourceString("EventLogSourceValue");
        /// <summary>Exception: {0}</summary>
        internal static string @EventLogExceptionValue => GetResourceString("EventLogExceptionValue");
        /// <summary>Event ID: {0}</summary>
        internal static string @EventLogEventIdValue => GetResourceString("EventLogEventIdValue");
        /// <summary>Other information : {0}</summary>
        internal static string @EventLogTraceValue => GetResourceString("EventLogTraceValue");
        /// <summary>TransactionScope Current Transaction Changed</summary>
        internal static string @TraceTransactionScopeCurrentTransactionChanged => GetResourceString("TraceTransactionScopeCurrentTransactionChanged");
        /// <summary>TransactionScope Nested Incorrectly</summary>
        internal static string @TraceTransactionScopeNestedIncorrectly => GetResourceString("TraceTransactionScopeNestedIncorrectly");
        /// <summary>TransactionScope Incomplete</summary>
        internal static string @TraceTransactionScopeIncomplete => GetResourceString("TraceTransactionScopeIncomplete");
        /// <summary>Distributed transaction manager is unable to create the NotificationShimFactory object.</summary>
        internal static string @UnableToGetNotificationShimFactory => GetResourceString("UnableToGetNotificationShimFactory");
        /// <summary>Unable to obtain the transaction identifier.</summary>
        internal static string @CannotGetTransactionIdentifier => GetResourceString("CannotGetTransactionIdentifier");
        /// <summary>Calling TransactionManager.Reenlist is not allowed after TransactionManager.RecoveryComplete is called for a given resource manager identifier.</summary>
        internal static string @ReenlistAfterRecoveryComplete => GetResourceString("ReenlistAfterRecoveryComplete");
        /// <summary>RecoveryComplete must not be called twice by the same resource manager identifier instance.</summary>
        internal static string @DuplicateRecoveryComplete => GetResourceString("DuplicateRecoveryComplete");
        /// <summary>MSDTC Transaction Manager is unavailable.</summary>
        internal static string @DtcTransactionManagerUnavailable => GetResourceString("DtcTransactionManagerUnavailable");
        /// <summary>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.</summary>
        internal static string @NetworkTransactionsDisabled => GetResourceString("NetworkTransactionsDisabled");
        /// <summary>[Lightweight]</summary>
        internal static string @TraceSourceLtm => GetResourceString("TraceSourceLtm");
        /// <summary>AppDomain unloading.</summary>
        internal static string @TraceCodeAppDomainUnloading => GetResourceString("TraceCodeAppDomainUnloading");
        /// <summary>Unhandled Exception</summary>
        internal static string @UnhandledException => GetResourceString("UnhandledException");
        /// <summary>The resourceManagerIdentifier does not match the contents of the specified recovery information.</summary>
        internal static string @ResourceManagerIdDoesNotMatchRecoveryInformation => GetResourceString("ResourceManagerIdDoesNotMatchRecoveryInformation");
        /// <summary>The distributed transaction manager does not allow any more durable enlistments on the transaction.</summary>
        internal static string @OletxTooManyEnlistments => GetResourceString("OletxTooManyEnlistments");
        /// <summary>Failed to trace event: {0}.</summary>
        internal static string @FailedToTraceEvent => GetResourceString("FailedToTraceEvent");
        /// <summary>[Base]</summary>
        internal static string @TraceSourceBase => GetResourceString("TraceSourceBase");
        /// <summary>Distributed transactions are currently unsupported in 32-bit processes.</summary>
        internal static string @DistributedNotSupportedOn32Bits => GetResourceString("DistributedNotSupportedOn32Bits");
        /// <summary>Implicit distributed transactions have not been enabled. If you're intentionally starting a distributed transaction, set TransactionManager.ImplicitDistributedTransactions to true.</summary>
        internal static string @ImplicitDistributedTransactionsDisabled => GetResourceString("ImplicitDistributedTransactionsDisabled");
        /// <summary>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.</summary>
        internal static string @ImplicitDistributedTransactionsCannotBeChanged => GetResourceString("ImplicitDistributedTransactionsCannotBeChanged");

    }
}