Исправление
This commit is contained in:
parent
e168c29670
commit
2b41953654
@ -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) { }
|
||||
|
Loading…
Reference in New Issue
Block a user