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