Table of Contents

Class ElementNotFoundException

Namespace
ConsoleAppVisuals.Errors
Assembly
ConsoleAppVisuals.dll

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

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

Remarks

For more information, consider visiting the documentation available here.

Constructors

ElementNotFoundException()

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

public ElementNotFoundException()

ElementNotFoundException(string)

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

public ElementNotFoundException(string message)

Parameters

message string

Message to be displayed.

ElementNotFoundException(string, Exception)

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

public ElementNotFoundException(string message, Exception inner)

Parameters

message string

Message to be displayed.

inner Exception

Inner exception.