Class ListEmptyException
public class ListEmptyException : InvalidOperationException, ISerializable
- Inheritance
-
ListEmptyException
- Implements
- Inherited Members
Constructors
ListEmptyException(string)
public ListEmptyException(string message = "list is empty. add value first")
Parameters
message
string