Update NETStandard2.1 APIs (#17080)
[mono-project.git] / mcs / class / corlib / corefx / SR.missing.cs
blob746b71892cb9b297f71ae5f134d53aabc49c60f7
1 partial class SR
3 public const string ArgumentOutOfRange_ConsoleKey = "Console key values must be between 0 and 255 inclusive.";
4 public const string Arg_InvalidComObjectException = "Attempt has been made to use a COM object that does not have a backing class factory.";
5 public const string Arg_MustBeNullTerminatedString = "The string must be null-terminated.";
6 public const string Arg_InvalidOleVariantTypeException = "Specified OLE variant was invalid.";
7 public const string Arg_SafeArrayRankMismatchException = "Specified array was not of the expected rank.";
8 public const string Arg_SafeArrayTypeMismatchException = "Specified array was not of the expected type.";
9 public const string TypeNotDelegate = "'Type '{0}' is not a delegate type. EventTokenTable may only be used with delegate types.'";
10 public const string InvalidOperationException_ActorGraphCircular = "An Actor must not create a circular reference between itself (or one of its child Actors) and one of its parents.";
11 public const string InvalidOperation_ClaimCannotBeRemoved = "The Claim '{0}' was not able to be removed. It is either not part of this Identity or it is a Claim that is owned by the Principal that contains this Identity. For example, the Principal will own the Claim when creating a GenericPrincipal with roles. The roles will be exposed through the Identity that is passed in the constructor, but not actually owned by the Identity. Similar logic exists for a RolePrincipal.";
12 public const string PlatformNotSupported_Serialization = "This instance contains state that cannot be serialized and deserialized on this platform.";
13 public const string PrivilegeNotHeld_Default = "The process does not possess some privilege required for this operation.";
14 public const string PrivilegeNotHeld_Named = "The process does not possess the '{0}' privilege which is required for this operation.";
15 public const string CountdownEvent_Decrement_BelowZero = "Invalid attempt made to decrement the event's count below zero.";
16 public const string CountdownEvent_Increment_AlreadyZero = "The event is already signaled and cannot be incremented.";
17 public const string CountdownEvent_Increment_AlreadyMax = "The increment operation would cause the CurrentCount to overflow.";
18 public const string ArrayWithOffsetOverflow = "ArrayWithOffset: offset exceeds array size.";
19 public const string Arg_NotIsomorphic = "Object contains non-primitive or non-blittable data.";
20 public const string StructArrayTooLarge = "Array size exceeds addressing limitations.";
21 public const string IO_DriveNotFound = "Could not find the drive. The drive might not be ready or might not be mapped.";
22 public const string Argument_MustSupplyParent = "When supplying the ID of a containing object, the FieldInfo that identifies the current field within that object must also be supplied.";
23 public const string Argument_MemberAndArray = "Cannot supply both a MemberInfo and an Array to indicate the parent of a value type.";
24 public const string Argument_MustSupplyContainer = "When supplying a FieldInfo for fixing up a nested type, a valid ID for that containing object must also be supplied.";
25 public const string Serialization_NoID = "Object has never been assigned an objectID";
26 public const string Arg_SwitchExpressionException = "Non-exhaustive switch expression failed to match its input.";
27 public const string SwitchExpressionException_UnmatchedValue = "Unmatched value was {0}.";
28 public const string Argument_InvalidRandomRange = "Range of random number does not contain at least one possibility.";
29 public const string BufferWriterAdvancedTooFar = "Cannot advance past the end of the buffer, which has a size of {0}.";