cancel merge
This commit is contained in:
commit
b5c20cb10c
@ -10,7 +10,7 @@ internal class CollectionOverflowException : ApplicationException
|
|||||||
{
|
{
|
||||||
public CollectionOverflowException(int count) : base("В коллекции превышено допустимое количество: " + count) { }
|
public CollectionOverflowException(int count) : base("В коллекции превышено допустимое количество: " + count) { }
|
||||||
|
|
||||||
public CollectionOverflowException() : base() { }
|
public CollectionOverflowException() : base() { }
|
||||||
|
|
||||||
public CollectionOverflowException(string message) : base(message) { }
|
public CollectionOverflowException(string message) : base(message) { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user