Table of Contents

Class DuplicateElementException

Namespace
ConsoleAppVisuals.Errors
Assembly
ConsoleAppVisuals.dll

Exception thrown when an element is found twice in a collection.

public class DuplicateElementException : Exception, ISerializable
Inheritance
DuplicateElementException
Implements
Inherited Members

Remarks

For more information, consider visiting the documentation available here.

Constructors

DuplicateElementException()

Exception thrown when an element is found twice in a collection.

public DuplicateElementException()

DuplicateElementException(string)

Exception thrown when an element is found twice in a collection.

public DuplicateElementException(string message)

Parameters

message string

Message to be displayed.

DuplicateElementException(string, Exception)

Exception thrown when an element is found twice in a collection.

public DuplicateElementException(string message, Exception inner)

Parameters

message string

Message to be displayed.

inner Exception

Inner exception.