Table of Contents

Class TooManyException

Namespace
Ecng.Common
Assembly
Ecng.Common.dll

Represents an exception that is thrown when an operation encounters too many elements.

public class TooManyException : InvalidOperationException, ISerializable
Inheritance
TooManyException
Implements
Inherited Members
Extension Methods

Constructors

TooManyException(string)

Represents an exception that is thrown when an operation encounters too many elements.

public TooManyException(string message)

Parameters

message string

The error message that explains the reason for the exception.