Polevoy S.V Lab_work7 #7

Closed
ChipsEater wants to merge 9 commits from LabWork07 into LabWork06
Showing only changes of commit 2b41953654 - Show all commits

View File

@ -10,7 +10,7 @@ namespace Artilleries
[Serializable]
internal class StorageOverflowException : ApplicationException
{
public StorageOverflowException(int count) : base($"В наборе превышенодопустимое количество: {count}") { }
public StorageOverflowException(int count) : base($"В наборе превышено допустимое количество: {count}") { }
public StorageOverflowException() : base() { }
public StorageOverflowException(string message) : base(message) { }
public StorageOverflowException(string message, Exception exception) : base(message, exception) { }