Class TooManyException
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
stringThe error message that explains the reason for the exception.