System.Collections.Generic.KeyNotFoundException
namespace System.Collections.Generic
{
public class KeyNotFoundException : SystemException, ISerializable
{
public KeyNotFoundException();
protected KeyNotFoundException(SerializationInfo info, StreamingContext context);
public KeyNotFoundException(string message);
public KeyNotFoundException(string message, Exception innerException);
}
}