0abdbe5a7d
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
6 lines
367 B
C#
6 lines
367 B
C#
partial class SR
|
|
{
|
|
public const string ArgumentOutOfRange_ConsoleKey = "Console key values must be between 0 and 255 inclusive.";
|
|
public const string Arg_InvalidComObjectException = "Attempt has been made to use a COM object that does not have a backing class factory.";
|
|
public const string Arg_MustBeNullTerminatedString = "The string must be null-terminated.";
|
|
} |