f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
110 lines
8.7 KiB
C#
110 lines
8.7 KiB
C#
//
|
|
// SR.cs: Manually collected resource strings for ReferenceSources
|
|
//
|
|
// Authors:
|
|
// Marek Safar <marek.safar@gmail.com>
|
|
//
|
|
// Copyright (C) 2014 Xamarin Inc (http://www.xamarin.com)
|
|
//
|
|
// Permission is hereby granted, free of charge, to any person obtaining
|
|
// a copy of this software and associated documentation files (the
|
|
// "Software"), to deal in the Software without restriction, including
|
|
// without limitation the rights to use, copy, modify, merge, publish,
|
|
// distribute, sublicense, and/or sell copies of the Software, and to
|
|
// permit persons to whom the Software is furnished to do so, subject to
|
|
// the following conditions:
|
|
//
|
|
// The above copyright notice and this permission notice shall be
|
|
// included in all copies or substantial portions of the Software.
|
|
//
|
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
//
|
|
|
|
partial class SR
|
|
{
|
|
public const string MoreThanOneMatch = "MoreThanOneMatch";
|
|
public const string NoElements = "NoElements";
|
|
public const string PLINQ_CommonEnumerator_Current_NotStarted = "PLINQ_CommonEnumerator_Current_NotStarted";
|
|
public const string PLINQ_DisposeRequested = "PLINQ_DisposeRequested";
|
|
public const string PLINQ_EnumerationPreviouslyFailed = "PLINQ_EnumerationPreviouslyFailed";
|
|
public const string PLINQ_ExternalCancellationRequested = "PLINQ_ExternalCancellationRequested";
|
|
public const string ParallelEnumerable_BinaryOpMustUseAsParallel = "ParallelEnumerable_BinaryOpMustUseAsParallel";
|
|
public const string ParallelEnumerable_WithCancellation_TokenSourceDisposed = "ParallelEnumerable_WithCancellation_TokenSourceDisposed";
|
|
public const string ParallelEnumerable_WithMergeOptions_InvalidOptions = "ParallelEnumerable_WithMergeOptions_InvalidOptions";
|
|
public const string ParallelEnumerable_WithQueryExecutionMode_InvalidMode = "ParallelEnumerable_WithQueryExecutionMode_InvalidMode";
|
|
public const string ParallelPartitionable_IncorretElementCount = "ParallelPartitionable_IncorretElementCount";
|
|
public const string ParallelPartitionable_NullElement = "ParallelPartitionable_NullElement";
|
|
public const string ParallelPartitionable_NullReturn = "ParallelPartitionable_NullReturn";
|
|
public const string ParallelQuery_DuplicateDOP = "ParallelQuery_DuplicateDOP";
|
|
public const string ParallelQuery_DuplicateExecutionMode = "The WithExecutionMode operator may be used at most once in a query.";
|
|
public const string ParallelQuery_DuplicateMergeOptions = "ParallelQuery_DuplicateMergeOptions";
|
|
public const string ParallelQuery_DuplicateTaskScheduler = "ParallelQuery_DuplicateTaskScheduler";
|
|
public const string ParallelQuery_DuplicateWithCancellation = "ParallelQuery_DuplicateWithCancellation";
|
|
public const string ParallelQuery_InvalidAsOrderedCall = "AsOrdered may only be called on the result of AsParallel, ParallelEnumerable.Range, or ParallelEnumerable.Repeat.";
|
|
public const string ParallelQuery_InvalidNonGenericAsOrderedCall = "ParallelQuery_InvalidNonGenericAsOrderedCall";
|
|
public const string ParallelQuery_PartitionerNotOrderable = "ParallelQuery_PartitionerNotOrderable";
|
|
public const string PartitionerQueryOperator_NullPartition = "PartitionerQueryOperator_NullPartition";
|
|
public const string PartitionerQueryOperator_NullPartitionList = "PartitionerQueryOperator_NullPartitionList";
|
|
public const string PartitionerQueryOperator_WrongNumberOfPartitions = "PartitionerQueryOperator_WrongNumberOfPartitions";
|
|
public const string LockRecursionException_ReadAfterWriteNotAllowed = "LockRecursionException_ReadAfterWriteNotAllowed";
|
|
public const string LockRecursionException_RecursiveReadNotAllowed = "LockRecursionException_RecursiveReadNotAllowed";
|
|
public const string LockRecursionException_RecursiveUpgradeNotAllowed = "LockRecursionException_RecursiveUpgradeNotAllowed";
|
|
public const string LockRecursionException_RecursiveWriteNotAllowed = "LockRecursionException_RecursiveWriteNotAllowed";
|
|
public const string LockRecursionException_UpgradeAfterReadNotAllowed = "LockRecursionException_UpgradeAfterReadNotAllowed";
|
|
public const string LockRecursionException_UpgradeAfterWriteNotAllowed = "LockRecursionException_UpgradeAfterWriteNotAllowed";
|
|
public const string LockRecursionException_WriteAfterReadNotAllowed = "LockRecursionException_WriteAfterReadNotAllowed";
|
|
public const string SynchronizationLockException_IncorrectDispose = "SynchronizationLockException_IncorrectDispose";
|
|
public const string SynchronizationLockException_MisMatchedRead = "SynchronizationLockException_MisMatchedRead";
|
|
public const string SynchronizationLockException_MisMatchedUpgrade = "SynchronizationLockException_MisMatchedUpgrade";
|
|
public const string SynchronizationLockException_MisMatchedWrite = "SynchronizationLockException_MisMatchedWrite";
|
|
|
|
public const string Arg_ArrayPlusOffTooSmall = "Arg_ArrayPlusOffTooSmall";
|
|
public const string Arg_HSCapacityOverflow = "Arg_HSCapacityOverflow";
|
|
public const string ArgumentOutOfRange_NeedNonNegNum = "ArgumentOutOfRange_NeedNonNegNum";
|
|
public const string InvalidOperation_EnumFailedVersion = "InvalidOperation_EnumFailedVersion";
|
|
public const string InvalidOperation_EnumOpCantHappen = "InvalidOperation_EnumOpCantHappen";
|
|
public const string Serialization_MissingKeys = "Serialization_MissingKeys";
|
|
|
|
public const string Cryptography_ArgECDHKeySizeMismatch = "Cryptography_ArgECDHKeySizeMismatch";
|
|
public const string Cryptography_ArgECDHRequiresECDHKey = "Cryptography_ArgECDHRequiresECDHKey";
|
|
public const string Cryptography_ArgECDsaRequiresECDsaKey = "Cryptography_ArgECDsaRequiresECDsaKey";
|
|
public const string Cryptography_ArgExpectedECDiffieHellmanCngPublicKey = "Cryptography_ArgExpectedECDiffieHellmanCngPublicKey";
|
|
public const string Cryptography_DecryptWithNoKey = "Cryptography_DecryptWithNoKey";
|
|
public const string Cryptography_ECXmlSerializationFormatRequired = "Cryptography_ECXmlSerializationFormatRequired";
|
|
public const string Cryptography_InvalidAlgorithmGroup = "Cryptography_InvalidAlgorithmGroup";
|
|
public const string Cryptography_InvalidAlgorithmName = "Cryptography_InvalidAlgorithmName";
|
|
public const string Cryptography_InvalidCipherMode = "Cryptography_InvalidCipherMode";
|
|
public const string Cryptography_InvalidIVSize = "Cryptography_InvalidIVSize";
|
|
public const string Cryptography_InvalidKeyBlobFormat = "Cryptography_InvalidKeyBlobFormat";
|
|
public const string Cryptography_InvalidKeySize = "Cryptography_InvalidKeySize";
|
|
public const string Cryptography_InvalidPadding = "Cryptography_InvalidPadding";
|
|
public const string Cryptography_InvalidProviderName = "Cryptography_InvalidProviderName";
|
|
public const string Cryptography_MissingDomainParameters = "Cryptography_MissingDomainParameters";
|
|
public const string Cryptography_MissingIV = "Cryptography_MissingIV";
|
|
public const string Cryptography_MissingPublicKey = "Cryptography_MissingPublicKey";
|
|
public const string Cryptography_MustTransformWholeBlock = "Cryptography_MustTransformWholeBlock";
|
|
public const string Cryptography_NonCompliantFIPSAlgorithm = "Cryptography_NonCompliantFIPSAlgorithm";
|
|
public const string Cryptography_OpenEphemeralKeyHandleWithoutEphemeralFlag = "Cryptography_OpenEphemeralKeyHandleWithoutEphemeralFlag";
|
|
public const string Cryptography_OpenInvalidHandle = "Cryptography_OpenInvalidHandle";
|
|
public const string Cryptography_PartialBlock = "Cryptography_PartialBlock";
|
|
public const string Cryptography_PlatformNotSupported = "Cryptography_PlatformNotSupported";
|
|
public const string Cryptography_TlsRequiresLabelAndSeed = "Cryptography_TlsRequiresLabelAndSeed";
|
|
public const string Cryptography_TransformBeyondEndOfBuffer = "Cryptography_TransformBeyondEndOfBuffer";
|
|
public const string Cryptography_UnexpectedXmlNamespace = "Cryptography_UnexpectedXmlNamespace";
|
|
public const string Cryptography_UnknownEllipticCurve = "Cryptography_UnknownEllipticCurve";
|
|
public const string Cryptography_UnknownEllipticCurveAlgorithm = "Cryptography_UnknownEllipticCurveAlgorithm";
|
|
public const string Cryptography_UnknownPaddingMode = "Cryptography_UnknownPaddingMode";
|
|
public const string Cryptography_HashAlgorithmNameNullOrEmpty = "Cryptography_HashAlgorithmNameNullOrEmpty";
|
|
|
|
public const string InvalidOperation_ViewIsNull = "InvalidOperation_ViewIsNull";
|
|
public const string ObjectDisposed_ViewAccessorClosed = "ObjectDisposed_ViewAccessorClosed";
|
|
public const string NotSupported_MMViewStreamsFixedLength = "NotSupported_MMViewStreamsFixedLength";
|
|
public const string NotSupported_SubclassOverride = "NotSupported_SubclassOverride";
|
|
}
|