6 lines
367 B
C#
Raw Normal View History

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.";
}